Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateResourceServerRequest.Builder
Packages that use UpdateResourceServerRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateResourceServerRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type UpdateResourceServerRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.updateResourceServer(Consumer<UpdateResourceServerRequest.Builder> updateResourceServerRequest) Updates the name and scopes of a resource server.default UpdateResourceServerResponseCognitoIdentityProviderClient.updateResourceServer(Consumer<UpdateResourceServerRequest.Builder> updateResourceServerRequest) Updates the name and scopes of a resource server. -
Uses of UpdateResourceServerRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UpdateResourceServerRequest.BuilderModifier and TypeMethodDescriptionUpdateResourceServerRequest.builder()UpdateResourceServerRequest.Builder.identifier(String identifier) A unique resource server identifier for the resource server.The updated name of the resource server.UpdateResourceServerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateResourceServerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateResourceServerRequest.Builder.scopes(Collection<ResourceServerScopeType> scopes) An array of updated custom scope names and descriptions that you want to associate with your resource server.UpdateResourceServerRequest.Builder.scopes(Consumer<ResourceServerScopeType.Builder>... scopes) An array of updated custom scope names and descriptions that you want to associate with your resource server.UpdateResourceServerRequest.Builder.scopes(ResourceServerScopeType... scopes) An array of updated custom scope names and descriptions that you want to associate with your resource server.UpdateResourceServerRequest.toBuilder()UpdateResourceServerRequest.Builder.userPoolId(String userPoolId) The ID of the user pool that contains the resource server that you want to update.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UpdateResourceServerRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateResourceServerRequest.Builder>UpdateResourceServerRequest.serializableBuilderClass()