Tabnine Logo
DescribeUserPoolClientResponse$Builder
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: software.amazon.awssdk/cognitoidp

  token = context.nextToken();
if (token == VALUE_NULL) {
  return describeUserPoolClientResponseBuilder.build();
    if (context.testExpression("UserPoolClient", targetDepth)) {
      context.nextToken();
      describeUserPoolClientResponseBuilder.userPoolClient(UserPoolClientTypeUnmarshaller.getInstance().unmarshall(
          context));
return describeUserPoolClientResponseBuilder.build();
origin: software.amazon.awssdk/cognitoidp

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

  /**
   * <p>
   * The user pool client from a server response to describe the user pool client.
   * </p>
   * This is a convenience that creates an instance of the {@link UserPoolClientType.Builder} avoiding the need to
   * create one manually via {@link UserPoolClientType#builder()}.
   *
   * When the {@link Consumer} completes, {@link UserPoolClientType.Builder#build()} is called immediately and its
   * result is passed to {@link #userPoolClient(UserPoolClientType)}.
   * 
   * @param userPoolClient
   *        a consumer that will call methods on {@link UserPoolClientType.Builder}
   * @return Returns a reference to this object so that method calls can be chained together.
   * @see #userPoolClient(UserPoolClientType)
   */
  default Builder userPoolClient(Consumer<UserPoolClientType.Builder> userPoolClient) {
    return userPoolClient(UserPoolClientType.builder().applyMutation(userPoolClient).build());
  }
}
software.amazon.awssdk.services.cognitoidentityprovider.modelDescribeUserPoolClientResponse$Builder

Most used methods

  • userPoolClient
  • build

Popular in Java

  • Making http requests using okhttp
  • getApplicationContext (Context)
  • getExternalFilesDir (Context)
  • onRequestPermissionsResult (Fragment)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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