congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
DescribeUserPoolDomainResponse$Builder
Code IndexAdd Tabnine to your IDE (free)

How to use
DescribeUserPoolDomainResponse$Builder
in
software.amazon.awssdk.services.cognitoidentityprovider.model

Best Java code snippets using software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeUserPoolDomainResponse$Builder (Showing top 3 results out of 315)

origin: software.amazon.awssdk/cognitoidp

  token = context.nextToken();
if (token == VALUE_NULL) {
  return describeUserPoolDomainResponseBuilder.build();
    if (context.testExpression("DomainDescription", targetDepth)) {
      context.nextToken();
      describeUserPoolDomainResponseBuilder.domainDescription(DomainDescriptionTypeUnmarshaller.getInstance()
          .unmarshall(context));
return describeUserPoolDomainResponseBuilder.build();
origin: software.amazon.awssdk/cognitoidp

  /**
   * <p>
   * A domain description object containing information about the domain.
   * </p>
   * This is a convenience that creates an instance of the {@link DomainDescriptionType.Builder} avoiding the need
   * to create one manually via {@link DomainDescriptionType#builder()}.
   *
   * When the {@link Consumer} completes, {@link DomainDescriptionType.Builder#build()} is called immediately and
   * its result is passed to {@link #domainDescription(DomainDescriptionType)}.
   * 
   * @param domainDescription
   *        a consumer that will call methods on {@link DomainDescriptionType.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #domainDescription(DomainDescriptionType)
   */
  default Builder domainDescription(Consumer<DomainDescriptionType.Builder> domainDescription) {
    return domainDescription(DomainDescriptionType.builder().applyMutation(domainDescription).build());
  }
}
origin: aws/aws-sdk-java-v2

  /**
   * <p>
   * A domain description object containing information about the domain.
   * </p>
   * This is a convenience that creates an instance of the {@link DomainDescriptionType.Builder} avoiding the need
   * to create one manually via {@link DomainDescriptionType#builder()}.
   *
   * When the {@link Consumer} completes, {@link DomainDescriptionType.Builder#build()} is called immediately and
   * its result is passed to {@link #domainDescription(DomainDescriptionType)}.
   * 
   * @param domainDescription
   *        a consumer that will call methods on {@link DomainDescriptionType.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #domainDescription(DomainDescriptionType)
   */
  default Builder domainDescription(Consumer<DomainDescriptionType.Builder> domainDescription) {
    return domainDescription(DomainDescriptionType.builder().applyMutation(domainDescription).build());
  }
}
software.amazon.awssdk.services.cognitoidentityprovider.modelDescribeUserPoolDomainResponse$Builder

Most used methods

  • domainDescription
  • build

Popular in Java

  • Running tasks concurrently on multiple threads
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • compareTo (BigDecimal)
  • Menu (java.awt)
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • 14 Best Plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now