Tabnine Logo
NewDeviceMetadataType$Builder.applyMutation
Code IndexAdd Tabnine to your IDE (free)

How to use
applyMutation
method
in
software.amazon.awssdk.services.cognitoidentityprovider.model.NewDeviceMetadataType$Builder

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

origin: software.amazon.awssdk/cognitoidp

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

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

Popular methods of NewDeviceMetadataType$Builder

  • build
  • deviceGroupKey
    The device group key.
  • deviceKey
    The device key.

Popular in Java

  • Making http post requests using okhttp
  • getExternalFilesDir (Context)
  • onRequestPermissionsResult (Fragment)
  • runOnUiThread (Activity)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • SortedSet (java.util)
    SortedSet is a Set which iterates over its elements in a sorted order. The order is determined eithe
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Best IntelliJ plugins
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