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