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