Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
-
Packages that use DeleteDocumentationVersionResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteDocumentationVersionResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteDocumentationVersionResponse Modifier and Type Method Description default DeleteDocumentationVersionResponseApiGatewayClient. deleteDocumentationVersion(Consumer<DeleteDocumentationVersionRequest.Builder> deleteDocumentationVersionRequest)Deletes a documentation version.default DeleteDocumentationVersionResponseApiGatewayClient. deleteDocumentationVersion(DeleteDocumentationVersionRequest deleteDocumentationVersionRequest)Deletes a documentation version.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteDocumentationVersionResponse Modifier and Type Method Description default CompletableFuture<DeleteDocumentationVersionResponse>ApiGatewayAsyncClient. deleteDocumentationVersion(Consumer<DeleteDocumentationVersionRequest.Builder> deleteDocumentationVersionRequest)Deletes a documentation version.default CompletableFuture<DeleteDocumentationVersionResponse>ApiGatewayAsyncClient. deleteDocumentationVersion(DeleteDocumentationVersionRequest deleteDocumentationVersionRequest)Deletes a documentation version.
-