Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateDocumentationVersionRequest
-
Packages that use UpdateDocumentationVersionRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of UpdateDocumentationVersionRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type UpdateDocumentationVersionRequest Modifier and Type Method Description default CompletableFuture<UpdateDocumentationVersionResponse>ApiGatewayAsyncClient. updateDocumentationVersion(UpdateDocumentationVersionRequest updateDocumentationVersionRequest)Updates a documentation version.default UpdateDocumentationVersionResponseApiGatewayClient. updateDocumentationVersion(UpdateDocumentationVersionRequest updateDocumentationVersionRequest)Updates a documentation version. -
Uses of UpdateDocumentationVersionRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type UpdateDocumentationVersionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDocumentationVersionRequestMarshaller. marshall(UpdateDocumentationVersionRequest updateDocumentationVersionRequest)
-