Uses of Class
software.amazon.awssdk.services.apigateway.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type UntagResourceRequest Modifier and Type Method Description default 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 UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-