Uses of Class
software.amazon.awssdk.services.bedrockagent.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>BedrockAgentAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associate tags with a resource.default TagResourceResponseBedrockAgentClient. tagResource(TagResourceRequest tagResourceRequest)Associate tags with a resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-