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