Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CreateResourceServerRequest
-
Packages that use CreateResourceServerRequest Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.transform -
-
Uses of CreateResourceServerRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type CreateResourceServerRequest Modifier and Type Method Description default CompletableFuture<CreateResourceServerResponse>CognitoIdentityProviderAsyncClient. createResourceServer(CreateResourceServerRequest 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. -
Uses of CreateResourceServerRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type CreateResourceServerRequest Modifier and Type Method Description SdkHttpFullRequestCreateResourceServerRequestMarshaller. marshall(CreateResourceServerRequest createResourceServerRequest)
-