Uses of Class
software.amazon.awssdk.services.apigateway.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ApiGatewayAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates a tag on a given resource.default TagResourceResponseApiGatewayClient. tagResource(TagResourceRequest tagResourceRequest)Adds or updates a tag on a given resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-