Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TagResourceResponse
Packages that use TagResourceResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of TagResourceResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return TagResourceResponseModifier and TypeMethodDescriptiondefault TagResourceResponseCognitoIdentityProviderClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns a set of tags to an Amazon Cognito user pool.default TagResourceResponseCognitoIdentityProviderClient.tagResource(TagResourceRequest tagResourceRequest) Assigns a set of tags to an Amazon Cognito user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type TagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>CognitoIdentityProviderAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns a set of tags to an Amazon Cognito user pool.default CompletableFuture<TagResourceResponse>CognitoIdentityProviderAsyncClient.tagResource(TagResourceRequest tagResourceRequest) Assigns a set of tags to an Amazon Cognito user pool.