Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseBedrockAgentClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove tags from a resource.default UntagResourceResponseBedrockAgentClient. untagResource(UntagResourceRequest untagResourceRequest)Remove tags from a resource.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>BedrockAgentAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Remove tags from a resource.default CompletableFuture<UntagResourceResponse>BedrockAgentAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Remove tags from a resource.
-