Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteDocumentationVersionResponse
Packages that use DeleteDocumentationVersionResponse
-
Uses of DeleteDocumentationVersionResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteDocumentationVersionResponseModifier and TypeMethodDescriptionApiGatewayClient.deleteDocumentationVersion(Consumer<DeleteDocumentationVersionRequest.Builder> deleteDocumentationVersionRequest) Deletes a documentation version.ApiGatewayClient.deleteDocumentationVersion(DeleteDocumentationVersionRequest deleteDocumentationVersionRequest) Deletes a documentation version.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteDocumentationVersionResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteDocumentationVersion(Consumer<DeleteDocumentationVersionRequest.Builder> deleteDocumentationVersionRequest) Deletes a documentation version.ApiGatewayAsyncClient.deleteDocumentationVersion(DeleteDocumentationVersionRequest deleteDocumentationVersionRequest) Deletes a documentation version.