Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UntagResourceRequest
Packages that use UntagResourceRequest
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type UntagResourceRequestModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>CognitoIdentityProviderAsyncClient.untagResource(UntagResourceRequest 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. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type UntagResourceRequestModifier and TypeMethodDescriptionUntagResourceRequestMarshaller.marshall(UntagResourceRequest untagResourceRequest)