Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseCognitoIdentityProviderClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns a set of tags to an Amazon Cognito user pool.default TagResourceResponseCognitoIdentityProviderClient. tagResource(TagResourceRequest tagResourceRequest)Assigns a set of tags to an Amazon Cognito user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CognitoIdentityProviderAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns a set of tags to an Amazon Cognito user pool.default CompletableFuture<TagResourceResponse>CognitoIdentityProviderAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns a set of tags to an Amazon Cognito user pool.
-