Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseCognitoIdentityClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified Amazon Cognito identity pool.default UntagResourceResponseCognitoIdentityClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified Amazon Cognito identity pool.Methods in software.amazon.awssdk.services.cognitoidentity that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CognitoIdentityAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from the specified Amazon Cognito identity pool.default CompletableFuture<UntagResourceResponse>CognitoIdentityAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from the specified Amazon Cognito identity pool.
-