Tabnine Logo
UpdateUserPoolClientRequest$BuilderImpl.userPoolId
Code IndexAdd Tabnine to your IDE (free)

How to use
userPoolId
method
in
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserPoolClientRequest$BuilderImpl

Best Java code snippets using software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserPoolClientRequest$BuilderImpl.userPoolId (Showing top 2 results out of 315)

origin: software.amazon.awssdk/cognitoidp

private BuilderImpl(UpdateUserPoolClientRequest model) {
  super(model);
  userPoolId(model.userPoolId);
  clientId(model.clientId);
  clientName(model.clientName);
  refreshTokenValidity(model.refreshTokenValidity);
  readAttributes(model.readAttributes);
  writeAttributes(model.writeAttributes);
  explicitAuthFlowsWithStrings(model.explicitAuthFlows);
  supportedIdentityProviders(model.supportedIdentityProviders);
  callbackURLs(model.callbackURLs);
  logoutURLs(model.logoutURLs);
  defaultRedirectURI(model.defaultRedirectURI);
  allowedOAuthFlowsWithStrings(model.allowedOAuthFlows);
  allowedOAuthScopes(model.allowedOAuthScopes);
  allowedOAuthFlowsUserPoolClient(model.allowedOAuthFlowsUserPoolClient);
}
origin: aws/aws-sdk-java-v2

private BuilderImpl(UpdateUserPoolClientRequest model) {
  super(model);
  userPoolId(model.userPoolId);
  clientId(model.clientId);
  clientName(model.clientName);
  refreshTokenValidity(model.refreshTokenValidity);
  readAttributes(model.readAttributes);
  writeAttributes(model.writeAttributes);
  explicitAuthFlowsWithStrings(model.explicitAuthFlows);
  supportedIdentityProviders(model.supportedIdentityProviders);
  callbackURLs(model.callbackURLs);
  logoutURLs(model.logoutURLs);
  defaultRedirectURI(model.defaultRedirectURI);
  allowedOAuthFlowsWithStrings(model.allowedOAuthFlows);
  allowedOAuthScopes(model.allowedOAuthScopes);
  allowedOAuthFlowsUserPoolClient(model.allowedOAuthFlowsUserPoolClient);
  analyticsConfiguration(model.analyticsConfiguration);
}
software.amazon.awssdk.services.cognitoidentityprovider.modelUpdateUserPoolClientRequest$BuilderImpluserPoolId

Popular methods of UpdateUserPoolClientRequest$BuilderImpl

  • <init>
  • allowedOAuthFlows
  • allowedOAuthFlowsUserPoolClient
  • allowedOAuthFlowsWithStrings
  • allowedOAuthScopes
  • callbackURLs
  • clientId
  • clientName
  • defaultRedirectURI
  • explicitAuthFlows
  • explicitAuthFlowsWithStrings
  • logoutURLs
  • explicitAuthFlowsWithStrings,
  • logoutURLs,
  • readAttributes,
  • refreshTokenValidity,
  • supportedIdentityProviders,
  • writeAttributes,
  • analyticsConfiguration

Popular in Java

  • Start an intent from android
  • setScale (BigDecimal)
  • onCreateOptionsMenu (Activity)
  • getResourceAsStream (ClassLoader)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • HashMap (java.util)
    HashMap is an implementation of Map. All optional operations are supported.All elements are permitte
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Top Vim 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