Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseCognitoIdentityProviderClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from an Amazon Cognito user pool.default UntagResourceResponseCognitoIdentityProviderClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from an Amazon Cognito user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CognitoIdentityProviderAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes the specified tags from an Amazon Cognito user pool.default CompletableFuture<UntagResourceResponse>CognitoIdentityProviderAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes the specified tags from an Amazon Cognito user pool.
-