Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsResponse
-
Packages that use GetDocumentationVersionsResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetDocumentationVersionsResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetDocumentationVersionsResponse Modifier and Type Method Description default GetDocumentationVersionsResponseApiGatewayClient. getDocumentationVersions(Consumer<GetDocumentationVersionsRequest.Builder> getDocumentationVersionsRequest)Gets documentation versions.default GetDocumentationVersionsResponseApiGatewayClient. getDocumentationVersions(GetDocumentationVersionsRequest getDocumentationVersionsRequest)Gets documentation versions.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetDocumentationVersionsResponse Modifier and Type Method Description default CompletableFuture<GetDocumentationVersionsResponse>ApiGatewayAsyncClient. getDocumentationVersions(Consumer<GetDocumentationVersionsRequest.Builder> getDocumentationVersionsRequest)Gets documentation versions.default CompletableFuture<GetDocumentationVersionsResponse>ApiGatewayAsyncClient. getDocumentationVersions(GetDocumentationVersionsRequest getDocumentationVersionsRequest)Gets documentation versions.
-