Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CognitoIdentityProviderAsyncClient. tagResource(TagResourceRequest 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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.cognitoidentityprovider.transform
Methods in software.amazon.awssdk.services.cognitoidentityprovider.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-