Uses of Class
software.amazon.awssdk.services.dataexchange.model.GetRevisionRequest
-
Packages that use GetRevisionRequest Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.software.amazon.awssdk.services.dataexchange.transform -
-
Uses of GetRevisionRequest in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange with parameters of type GetRevisionRequest Modifier and Type Method Description default CompletableFuture<GetRevisionResponse>DataExchangeAsyncClient. getRevision(GetRevisionRequest getRevisionRequest)This operation returns information about a revision.default GetRevisionResponseDataExchangeClient. getRevision(GetRevisionRequest getRevisionRequest)This operation returns information about a revision. -
Uses of GetRevisionRequest in software.amazon.awssdk.services.dataexchange.transform
Methods in software.amazon.awssdk.services.dataexchange.transform with parameters of type GetRevisionRequest Modifier and Type Method Description SdkHttpFullRequestGetRevisionRequestMarshaller. marshall(GetRevisionRequest getRevisionRequest)
-