Uses of Class
software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
Packages that use UntagResourceRequest
Package
Description
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type UntagResourceRequestModifier and TypeMethodDescriptiondefault CompletableFuture<UntagResourceResponse>ApiGatewayAsyncClient.untagResource(UntagResourceRequest untagResourceRequest) Removes a tag from a given resource.default UntagResourceResponseApiGatewayClient.untagResource(UntagResourceRequest untagResourceRequest) Removes a tag from a given resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type UntagResourceRequestModifier and TypeMethodDescriptionUntagResourceRequestMarshaller.marshall(UntagResourceRequest untagResourceRequest)