Uses of Class
software.amazon.awssdk.services.managedblockchain.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.managedblockchain software.amazon.awssdk.services.managedblockchain.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.managedblockchain
Methods in software.amazon.awssdk.services.managedblockchain with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ManagedBlockchainAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource.default TagResourceResponseManagedBlockchainClient. tagResource(TagResourceRequest tagResourceRequest)Adds or overwrites the specified tags for the specified Amazon Managed Blockchain resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.managedblockchain.transform
Methods in software.amazon.awssdk.services.managedblockchain.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-