Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateDocumentationVersionResponse
-
Packages that use CreateDocumentationVersionResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of CreateDocumentationVersionResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateDocumentationVersionResponse Modifier and Type Method Description default CreateDocumentationVersionResponseApiGatewayClient. createDocumentationVersion(Consumer<CreateDocumentationVersionRequest.Builder> createDocumentationVersionRequest)Creates a documentation versiondefault CreateDocumentationVersionResponseApiGatewayClient. createDocumentationVersion(CreateDocumentationVersionRequest createDocumentationVersionRequest)Creates a documentation versionMethods in software.amazon.awssdk.services.apigateway that return types with arguments of type CreateDocumentationVersionResponse Modifier and Type Method Description default CompletableFuture<CreateDocumentationVersionResponse>ApiGatewayAsyncClient. createDocumentationVersion(Consumer<CreateDocumentationVersionRequest.Builder> createDocumentationVersionRequest)Creates a documentation versiondefault CompletableFuture<CreateDocumentationVersionResponse>ApiGatewayAsyncClient. createDocumentationVersion(CreateDocumentationVersionRequest createDocumentationVersionRequest)Creates a documentation version
-