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