Uses of Class
software.amazon.awssdk.services.apigateway.model.GetTagsResponse
Packages that use GetTagsResponse
-
Uses of GetTagsResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetTagsResponseModifier and TypeMethodDescriptiondefault 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 GetTagsResponseModifier and TypeMethodDescriptiondefault 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.