Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDocumentationVersionRequest
-
Packages that use GetDocumentationVersionRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetDocumentationVersionRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetDocumentationVersionRequest Modifier and Type Method Description default CompletableFuture<GetDocumentationVersionResponse>ApiGatewayAsyncClient. getDocumentationVersion(GetDocumentationVersionRequest getDocumentationVersionRequest)Gets a documentation version.default GetDocumentationVersionResponseApiGatewayClient. getDocumentationVersion(GetDocumentationVersionRequest getDocumentationVersionRequest)Gets a documentation version. -
Uses of GetDocumentationVersionRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetDocumentationVersionRequest Modifier and Type Method Description SdkHttpFullRequestGetDocumentationVersionRequestMarshaller. marshall(GetDocumentationVersionRequest getDocumentationVersionRequest)
-