Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>ApiGatewayV2AsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes a Tag.default UntagResourceResponseApiGatewayV2Client. untagResource(UntagResourceRequest untagResourceRequest)Deletes a Tag. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-