Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 ListTagsForResourceResponse Modifier and Type Method Description default 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 ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CognitoIdentityProviderAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that are assigned to an Amazon Cognito user pool.default CompletableFuture<ListTagsForResourceResponse>CognitoIdentityProviderAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that are assigned to an Amazon Cognito user pool.
-