Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCognitoIdentityClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns a set of tags to the specified Amazon Cognito identity pool.default TagResourceResponseCognitoIdentityClient. tagResource(TagResourceRequest tagResourceRequest)Assigns a set of tags to the specified Amazon Cognito identity pool.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CognitoIdentityAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns a set of tags to the specified Amazon Cognito identity pool.default CompletableFuture<TagResourceResponse>CognitoIdentityAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns a set of tags to the specified Amazon Cognito identity pool.
-