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