Uses of Class
software.amazon.awssdk.services.apigateway.model.GetTagsRequest
-
Packages that use GetTagsRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetTagsRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetTagsRequest Modifier and Type Method Description default CompletableFuture<GetTagsResponse>ApiGatewayAsyncClient. getTags(GetTagsRequest getTagsRequest)Gets the Tags collection for a given resource.default GetTagsResponseApiGatewayClient. getTags(GetTagsRequest getTagsRequest)Gets the Tags collection for a given resource. -
Uses of GetTagsRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetTagsRequest Modifier and Type Method Description SdkHttpFullRequestGetTagsRequestMarshaller. marshall(GetTagsRequest getTagsRequest)
-