Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.cognitoidentity Amazon Cognito Federated Identities software.amazon.awssdk.services.cognitoidentity.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.cognitoidentity
Methods in software.amazon.awssdk.services.cognitoidentity with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>CognitoIdentityAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns a set of tags to the specified Amazon Cognito identity pool.default TagResourceResponseCognitoIdentityClient. tagResource(TagResourceRequest tagResourceRequest)Assigns a set of tags to the specified Amazon Cognito identity pool. -
Uses of TagResourceRequest in software.amazon.awssdk.services.cognitoidentity.transform
Methods in software.amazon.awssdk.services.cognitoidentity.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-