Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetTagsResponse
-
Packages that use GetTagsResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetTagsResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetTagsResponse Modifier and Type Method Description default GetTagsResponseApiGatewayV2Client. getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)Gets a collection of Tag resources.default GetTagsResponseApiGatewayV2Client. getTags(GetTagsRequest getTagsRequest)Gets a collection of Tag resources.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetTagsResponse Modifier and Type Method Description default CompletableFuture<GetTagsResponse>ApiGatewayV2AsyncClient. getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)Gets a collection of Tag resources.default CompletableFuture<GetTagsResponse>ApiGatewayV2AsyncClient. getTags(GetTagsRequest getTagsRequest)Gets a collection of Tag resources.
-