Tabnine Logo
DescribeIdentityProviderResponse$Builder.identityProvider
Code IndexAdd Tabnine to your IDE (free)

How to use
identityProvider
method
in
software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeIdentityProviderResponse$Builder

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

origin: software.amazon.awssdk/cognitoidp

if (context.testExpression("IdentityProvider", targetDepth)) {
  context.nextToken();
  describeIdentityProviderResponseBuilder.identityProvider(IdentityProviderTypeUnmarshaller.getInstance()
      .unmarshall(context));
origin: software.amazon.awssdk/cognitoidp

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

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

Javadoc

The identity provider that was deleted.

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

Popular methods of DescribeIdentityProviderResponse$Builder

  • build

Popular in Java

  • Making http requests using okhttp
  • setContentView (Activity)
  • setRequestProperty (URLConnection)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • JTextField (javax.swing)
  • Runner (org.openjdk.jmh.runner)
  • 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