Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListTagsForResourceResponse
Packages that use ListTagsForResourceResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListTagsForResourceResponseModifier and TypeMethodDescriptiondefault ListTagsForResourceResponseCognitoIdentityProviderClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists the tags that are assigned to an Amazon Cognito user pool.default ListTagsForResourceResponseCognitoIdentityProviderClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Lists the tags that are assigned to an Amazon Cognito user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListTagsForResourceResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists the tags that are assigned to an Amazon Cognito user pool.CognitoIdentityProviderAsyncClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Lists the tags that are assigned to an Amazon Cognito user pool.