Uses of Class
software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
Packages that use UntagResourceResponse
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UntagResourceResponseModifier and TypeMethodDescriptiondefault UntagResourceResponseApiGatewayClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes a tag from a given resource.default UntagResourceResponseApiGatewayClient.untagResource(UntagResourceRequest untagResourceRequest) Removes a tag from a given resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UntagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>ApiGatewayAsyncClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes a tag from a given resource.default CompletableFuture<UntagResourceResponse>ApiGatewayAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Removes a tag from a given resource.