Uses of Class
software.amazon.awssdk.services.bedrockagent.model.UntagResourceResponse
Packages that use UntagResourceResponse
Package
Description
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 UntagResourceResponseModifier and TypeMethodDescriptiondefault 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 UntagResourceResponseModifier and TypeMethodDescriptiondefault 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.