Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.UntagResourceRequest.Builder
Packages that use UntagResourceRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>CognitoIdentityProviderAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Given tag IDs that you previously assigned to a user pool, removes them.default UntagResourceResponseCognitoIdentityProviderClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Given tag IDs that you previously assigned to a user pool, removes them. -
Uses of UntagResourceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic UntagResourceRequest.BuilderUntagResourceRequest.builder()UntagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UntagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UntagResourceRequest.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the user pool that the tags are assigned to.An array of tag keys that you want to remove from the user pool.UntagResourceRequest.Builder.tagKeys(Collection<String> tagKeys) An array of tag keys that you want to remove from the user pool.UntagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type UntagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UntagResourceRequest.Builder>UntagResourceRequest.serializableBuilderClass()