Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionsRequest
-
Packages that use GetDocumentationVersionsRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetDocumentationVersionsRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetDocumentationVersionsRequest Modifier and Type Method Description default CompletableFuture<GetDocumentationVersionsResponse>ApiGatewayAsyncClient. getDocumentationVersions(GetDocumentationVersionsRequest getDocumentationVersionsRequest)Gets documentation versions.default GetDocumentationVersionsResponseApiGatewayClient. getDocumentationVersions(GetDocumentationVersionsRequest getDocumentationVersionsRequest)Gets documentation versions. -
Uses of GetDocumentationVersionsRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetDocumentationVersionsRequest Modifier and Type Method Description SdkHttpFullRequestGetDocumentationVersionsRequestMarshaller. marshall(GetDocumentationVersionsRequest getDocumentationVersionsRequest)
-