Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseApiGatewayV2Client. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes a Tag.default UntagResourceResponseApiGatewayV2Client. untagResource(UntagResourceRequest untagResourceRequest)Deletes a Tag.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ApiGatewayV2AsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes a Tag.default CompletableFuture<UntagResourceResponse>ApiGatewayV2AsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes a Tag.
-