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)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 UntagResourceResponse Modifier and Type Method Description default 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.
-