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

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

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

origin: software.amazon.awssdk/cognitoidp

if (context.testExpression("UserPoolClient", targetDepth)) {
  context.nextToken();
  describeUserPoolClientResponseBuilder.userPoolClient(UserPoolClientTypeUnmarshaller.getInstance().unmarshall(
      context));
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$BuilderuserPoolClient

Javadoc

The user pool client from a server response to describe the user pool client.

This is a convenience that creates an instance of the UserPoolClientType.Builder avoiding the need to create one manually via UserPoolClientType#builder(). When the Consumer completes, UserPoolClientType.Builder#build() is called immediately and its result is passed to #userPoolClient(UserPoolClientType).

Popular methods of DescribeUserPoolClientResponse$Builder

  • build

Popular in Java

  • Finding current android device location
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getContentResolver (Context)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • PriorityQueue (java.util)
    A PriorityQueue holds elements on a priority heap, which orders the elements according to their natu
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top 17 Plugins for Android Studio
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