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

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

Best Java code snippets using software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserPoolClientRequest$BuilderImpl.allowedOAuthFlowsUserPoolClient (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$BuilderImplallowedOAuthFlowsUserPoolClient

Popular methods of UpdateUserPoolClientRequest$BuilderImpl

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

Popular in Java

  • Running tasks concurrently on multiple threads
  • getContentResolver (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getSystemService (Context)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • Reference (javax.naming)
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • 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