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