Uses of Class
software.amazon.awssdk.services.finspace.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.finspace The FinSpace management service provides the APIs for managing FinSpace environments.software.amazon.awssdk.services.finspace.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.finspace
Methods in software.amazon.awssdk.services.finspace with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>FinspaceAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds metadata tags to a FinSpace resource.default TagResourceResponseFinspaceClient. tagResource(TagResourceRequest tagResourceRequest)Adds metadata tags to a FinSpace resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.finspace.transform
Methods in software.amazon.awssdk.services.finspace.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-