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

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

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

origin: aws/aws-sdk-java-v2

@Override
@SafeVarargs
public final Builder explicitAuthFlowsWithStrings(String... explicitAuthFlows) {
  explicitAuthFlowsWithStrings(Arrays.asList(explicitAuthFlows));
  return this;
}
origin: software.amazon.awssdk/cognitoidp

@Override
@SafeVarargs
public final Builder explicitAuthFlowsWithStrings(String... explicitAuthFlows) {
  explicitAuthFlowsWithStrings(Arrays.asList(explicitAuthFlows));
  return this;
}
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$BuilderImplexplicitAuthFlowsWithStrings

Popular methods of UpdateUserPoolClientRequest$BuilderImpl

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

Popular in Java

  • Creating JSON documents from java classes using gson
  • getSharedPreferences (Context)
  • setContentView (Activity)
  • putExtra (Intent)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • JList (javax.swing)
  • CodeWhisperer alternatives
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