Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionResponse
-
Packages that use GetDocumentationVersionResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetDocumentationVersionResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetDocumentationVersionResponse Modifier and Type Method Description default GetDocumentationVersionResponseApiGatewayClient. getDocumentationVersion(Consumer<GetDocumentationVersionRequest.Builder> getDocumentationVersionRequest)Gets a documentation version.default GetDocumentationVersionResponseApiGatewayClient. getDocumentationVersion(GetDocumentationVersionRequest getDocumentationVersionRequest)Gets a documentation version.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetDocumentationVersionResponse Modifier and Type Method Description default CompletableFuture<GetDocumentationVersionResponse>ApiGatewayAsyncClient. getDocumentationVersion(Consumer<GetDocumentationVersionRequest.Builder> getDocumentationVersionRequest)Gets a documentation version.default CompletableFuture<GetDocumentationVersionResponse>ApiGatewayAsyncClient. getDocumentationVersion(GetDocumentationVersionRequest getDocumentationVersionRequest)Gets a documentation version.
-