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

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

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

Popular methods of UpdateUserPoolClientRequest$BuilderImpl

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

Popular in Java

  • Finding current android device location
  • compareTo (BigDecimal)
  • requestLocationUpdates (LocationManager)
  • getExternalFilesDir (Context)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • 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