Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.TagResourceRequest.Builder
Packages that use TagResourceRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>CognitoIdentityProviderAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns a set of tags to an Amazon Cognito user pool.default TagResourceResponseCognitoIdentityProviderClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Assigns a set of tags to an Amazon Cognito user pool. -
Uses of TagResourceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return TagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic TagResourceRequest.BuilderTagResourceRequest.builder()TagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) TagResourceRequest.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the user pool to assign the tags to.An array of tag keys and values that you want to assign to the user pool.TagResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type TagResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TagResourceRequest.Builder>TagResourceRequest.serializableBuilderClass()