Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListTagsForResourceRequest.Builder
Packages that use ListTagsForResourceRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists the tags that are assigned to an Amazon Cognito user pool.default ListTagsForResourceResponseCognitoIdentityProviderClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Lists the tags that are assigned to an Amazon Cognito user pool. -
Uses of ListTagsForResourceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionListTagsForResourceRequest.builder()ListTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListTagsForResourceRequest.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the user pool that the tags are assigned to.ListTagsForResourceRequest.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListTagsForResourceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTagsForResourceRequest.Builder>ListTagsForResourceRequest.serializableBuilderClass()