Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UntagResourceResponse
Packages that use UntagResourceResponse
Package
Description
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 UntagResourceResponseModifier and TypeMethodDescriptiondefault UntagResourceResponseCognitoIdentityProviderClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Given tag IDs that you previously assigned to a user pool, removes them.default UntagResourceResponseCognitoIdentityProviderClient.untagResource(UntagResourceRequest untagResourceRequest) Given tag IDs that you previously assigned to a user pool, removes them.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type UntagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>CognitoIdentityProviderAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Given tag IDs that you previously assigned to a user pool, removes them.default CompletableFuture<UntagResourceResponse>CognitoIdentityProviderAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Given tag IDs that you previously assigned to a user pool, removes them.