Codota Logo
DescribeUserPoolClientResponse$Builder.userPoolClient
Code IndexAdd Codota 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)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Charset c =
  • Codota IconString charsetName;Charset.forName(charsetName)
  • Codota IconCharset.defaultCharset()
  • Codota IconContentType contentType;contentType.getCharset()
  • Smart code suggestions by Codota
}
origin: software.amazon.awssdk/cognitoidp

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

  • Start an intent from android
  • scheduleAtFixedRate (ScheduledExecutorService)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • setRequestProperty (URLConnection)
    Sets the general request property. If a property with the key already exists, overwrite its value wi
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • FlowLayout (java.awt)
    A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now