Uses of Class
software.amazon.awssdk.services.apigateway.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UntagResourceResponse Modifier and Type Method Description default 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 UntagResourceResponse Modifier and Type Method Description default 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.
-