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