Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateUserPoolClientRequest.Builder
Packages that use UpdateUserPoolClientRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateUserPoolClientRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type UpdateUserPoolClientRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.updateUserPoolClient(Consumer<UpdateUserPoolClientRequest.Builder> updateUserPoolClientRequest) Given a user pool app client ID, updates the configuration.default UpdateUserPoolClientResponseCognitoIdentityProviderClient.updateUserPoolClient(Consumer<UpdateUserPoolClientRequest.Builder> updateUserPoolClientRequest) Given a user pool app client ID, updates the configuration. -
Uses of UpdateUserPoolClientRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateUserPoolClientRequest.BuilderModifier and TypeMethodDescriptionUpdateUserPoolClientRequest.Builder.accessTokenValidity(Integer accessTokenValidity) The access token time limit.UpdateUserPoolClientRequest.Builder.allowedOAuthFlows(Collection<OAuthFlowType> allowedOAuthFlows) The OAuth grant types that you want your app client to generate.UpdateUserPoolClientRequest.Builder.allowedOAuthFlows(OAuthFlowType... allowedOAuthFlows) The OAuth grant types that you want your app client to generate.UpdateUserPoolClientRequest.Builder.allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient) Set totrueto use OAuth 2.0 authorization server features in your app client.UpdateUserPoolClientRequest.Builder.allowedOAuthFlowsWithStrings(String... allowedOAuthFlows) The OAuth grant types that you want your app client to generate.UpdateUserPoolClientRequest.Builder.allowedOAuthFlowsWithStrings(Collection<String> allowedOAuthFlows) The OAuth grant types that you want your app client to generate.UpdateUserPoolClientRequest.Builder.allowedOAuthScopes(String... allowedOAuthScopes) The OAuth, OpenID Connect (OIDC), and custom scopes that you want to permit your app client to authorize access with.UpdateUserPoolClientRequest.Builder.allowedOAuthScopes(Collection<String> allowedOAuthScopes) The OAuth, OpenID Connect (OIDC), and custom scopes that you want to permit your app client to authorize access with.UpdateUserPoolClientRequest.Builder.analyticsConfiguration(Consumer<AnalyticsConfigurationType.Builder> analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.UpdateUserPoolClientRequest.Builder.analyticsConfiguration(AnalyticsConfigurationType analyticsConfiguration) The user pool analytics configuration for collecting metrics and sending them to your Amazon Pinpoint campaign.UpdateUserPoolClientRequest.Builder.authSessionValidity(Integer authSessionValidity) Amazon Cognito creates a session token for each API request in an authentication flow.UpdateUserPoolClientRequest.builder()UpdateUserPoolClientRequest.Builder.callbackURLs(String... callbackURLs) A list of allowed redirect, or callback, URLs for managed login authentication.UpdateUserPoolClientRequest.Builder.callbackURLs(Collection<String> callbackURLs) A list of allowed redirect, or callback, URLs for managed login authentication.The ID of the app client that you want to update.UpdateUserPoolClientRequest.Builder.clientName(String clientName) A friendly name for the app client.UpdateUserPoolClientRequest.Builder.defaultRedirectURI(String defaultRedirectURI) The default redirect URI.UpdateUserPoolClientRequest.Builder.enablePropagateAdditionalUserContextData(Boolean enablePropagateAdditionalUserContextData) Whentrue, your application can include additionalUserContextDatain authentication requests.UpdateUserPoolClientRequest.Builder.enableTokenRevocation(Boolean enableTokenRevocation) Activates or deactivates token revocation in the target app client.UpdateUserPoolClientRequest.Builder.explicitAuthFlows(Collection<ExplicitAuthFlowsType> explicitAuthFlows) The authentication flows that you want your user pool client to support.UpdateUserPoolClientRequest.Builder.explicitAuthFlows(ExplicitAuthFlowsType... explicitAuthFlows) The authentication flows that you want your user pool client to support.UpdateUserPoolClientRequest.Builder.explicitAuthFlowsWithStrings(String... explicitAuthFlows) The authentication flows that you want your user pool client to support.UpdateUserPoolClientRequest.Builder.explicitAuthFlowsWithStrings(Collection<String> explicitAuthFlows) The authentication flows that you want your user pool client to support.UpdateUserPoolClientRequest.Builder.idTokenValidity(Integer idTokenValidity) The ID token time limit.UpdateUserPoolClientRequest.Builder.logoutURLs(String... logoutURLs) A list of allowed logout URLs for managed login authentication.UpdateUserPoolClientRequest.Builder.logoutURLs(Collection<String> logoutURLs) A list of allowed logout URLs for managed login authentication.UpdateUserPoolClientRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateUserPoolClientRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateUserPoolClientRequest.Builder.preventUserExistenceErrors(String preventUserExistenceErrors) WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.UpdateUserPoolClientRequest.Builder.preventUserExistenceErrors(PreventUserExistenceErrorTypes preventUserExistenceErrors) WhenENABLED, suppresses messages that might indicate a valid user exists when someone attempts sign-in.UpdateUserPoolClientRequest.Builder.readAttributes(String... readAttributes) The list of user attributes that you want your app client to have read access to.UpdateUserPoolClientRequest.Builder.readAttributes(Collection<String> readAttributes) The list of user attributes that you want your app client to have read access to.UpdateUserPoolClientRequest.Builder.refreshTokenRotation(Consumer<RefreshTokenRotationType.Builder> refreshTokenRotation) The configuration of your app client for refresh token rotation.UpdateUserPoolClientRequest.Builder.refreshTokenRotation(RefreshTokenRotationType refreshTokenRotation) The configuration of your app client for refresh token rotation.UpdateUserPoolClientRequest.Builder.refreshTokenValidity(Integer refreshTokenValidity) The refresh token time limit.UpdateUserPoolClientRequest.Builder.supportedIdentityProviders(String... supportedIdentityProviders) A list of provider names for the identity providers (IdPs) that are supported on this client.UpdateUserPoolClientRequest.Builder.supportedIdentityProviders(Collection<String> supportedIdentityProviders) A list of provider names for the identity providers (IdPs) that are supported on this client.UpdateUserPoolClientRequest.toBuilder()UpdateUserPoolClientRequest.Builder.tokenValidityUnits(Consumer<TokenValidityUnitsType.Builder> tokenValidityUnits) The units that validity times are represented in.UpdateUserPoolClientRequest.Builder.tokenValidityUnits(TokenValidityUnitsType tokenValidityUnits) The units that validity times are represented in.UpdateUserPoolClientRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to update the app client.UpdateUserPoolClientRequest.Builder.writeAttributes(String... writeAttributes) The list of user attributes that you want your app client to have write access to.UpdateUserPoolClientRequest.Builder.writeAttributes(Collection<String> writeAttributes) The list of user attributes that you want your app client to have write access to.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UpdateUserPoolClientRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateUserPoolClientRequest.Builder>UpdateUserPoolClientRequest.serializableBuilderClass()