Uses of Class
software.amazon.awssdk.services.braket.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.braket The Amazon Braket API Reference provides information about the operations and structures supported in Amazon Braket.software.amazon.awssdk.services.braket.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.braket
Methods in software.amazon.awssdk.services.braket with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>BraketAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Add a tag to the specified resource.default TagResourceResponseBraketClient. tagResource(TagResourceRequest tagResourceRequest)Add a tag to the specified resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.braket.transform
Methods in software.amazon.awssdk.services.braket.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-