Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities software.amazon.awssdk.services.cognitoidentity.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CognitoIdentityAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.cognitoidentity.transform
Methods in software.amazon.awssdk.services.cognitoidentity.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-