Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseCognitoIdentityClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that are assigned to an Amazon Cognito identity pool.default ListTagsForResourceResponseCognitoIdentityClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that are assigned to an Amazon Cognito identity pool.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CognitoIdentityAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags that are assigned to an Amazon Cognito identity pool.default CompletableFuture<ListTagsForResourceResponse>CognitoIdentityAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags that are assigned to an Amazon Cognito identity pool.
-