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