Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ApiGatewayV2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Creates a new Tag resource to represent a tag.default TagResourceResponseApiGatewayV2Client. tagResource(TagResourceRequest tagResourceRequest)Creates a new Tag resource to represent a tag. -
Uses of TagResourceRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-