Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateResourceServerResponse
Packages that use CreateResourceServerResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of CreateResourceServerResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return CreateResourceServerResponseModifier and TypeMethodDescriptiondefault CreateResourceServerResponseCognitoIdentityProviderClient.createResourceServer(Consumer<CreateResourceServerRequest.Builder> createResourceServerRequest) Creates a new OAuth2.0 resource server and defines custom scopes within it.default CreateResourceServerResponseCognitoIdentityProviderClient.createResourceServer(CreateResourceServerRequest createResourceServerRequest) Creates a new OAuth2.0 resource server and defines custom scopes within it.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type CreateResourceServerResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.createResourceServer(Consumer<CreateResourceServerRequest.Builder> createResourceServerRequest) Creates a new OAuth2.0 resource server and defines custom scopes within it.CognitoIdentityProviderAsyncClient.createResourceServer(CreateResourceServerRequest createResourceServerRequest) Creates a new OAuth2.0 resource server and defines custom scopes within it.