congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
InitiateAuthRequest$Builder
Code IndexAdd Tabnine to your IDE (free)

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

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

origin: software.amazon.awssdk/cognitoidp

  InvalidLambdaResponseException, PasswordResetRequiredException, UserNotFoundException, UserNotConfirmedException,
  InternalErrorException, AwsServiceException, SdkClientException, CognitoIdentityProviderException {
return initiateAuth(InitiateAuthRequest.builder().applyMutation(initiateAuthRequest).build());
origin: aws/aws-sdk-java-v2

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

/**
 * <p>
 * Contextual data such as the user's device fingerprint, IP address, or location used for evaluating the risk
 * of an unexpected event by Amazon Cognito advanced security.
 * </p>
 * This is a convenience that creates an instance of the {@link UserContextDataType.Builder} avoiding the need
 * to create one manually via {@link UserContextDataType#builder()}.
 *
 * When the {@link Consumer} completes, {@link UserContextDataType.Builder#build()} is called immediately and
 * its result is passed to {@link #userContextData(UserContextDataType)}.
 * 
 * @param userContextData
 *        a consumer that will call methods on {@link UserContextDataType.Builder}
 * @return Returns a reference to this object so that method calls can be chained together.
 * @see #userContextData(UserContextDataType)
 */
default Builder userContextData(Consumer<UserContextDataType.Builder> userContextData) {
  return userContextData(UserContextDataType.builder().applyMutation(userContextData).build());
}
origin: software.amazon.awssdk/cognitoidp

return initiateAuth(InitiateAuthRequest.builder().applyMutation(initiateAuthRequest).build());
origin: aws/aws-sdk-java-v2

return initiateAuth(InitiateAuthRequest.builder().applyMutation(initiateAuthRequest).build());
origin: aws/aws-sdk-java-v2

  InvalidLambdaResponseException, PasswordResetRequiredException, UserNotFoundException, UserNotConfirmedException,
  InternalErrorException, AwsServiceException, SdkClientException, CognitoIdentityProviderException {
return initiateAuth(InitiateAuthRequest.builder().applyMutation(initiateAuthRequest).build());
software.amazon.awssdk.services.cognitoidentityprovider.modelInitiateAuthRequest$Builder

Most used methods

  • applyMutation
  • build
  • analyticsMetadata
  • userContextData

Popular in Java

  • Start an intent from android
  • setScale (BigDecimal)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getResourceAsStream (ClassLoader)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Stream (java.util.stream)
    A sequence of elements supporting sequential and parallel aggregate operations. The following exampl
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Best plugins for Eclipse
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