Uses of Class
software.amazon.awssdk.services.groundstation.model.ReserveContactRequest
-
Packages that use ReserveContactRequest Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.transform -
-
Uses of ReserveContactRequest in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation with parameters of type ReserveContactRequest Modifier and Type Method Description default CompletableFuture<ReserveContactResponse>GroundStationAsyncClient. reserveContact(ReserveContactRequest reserveContactRequest)Reserves a contact using specified parameters.default ReserveContactResponseGroundStationClient. reserveContact(ReserveContactRequest reserveContactRequest)Reserves a contact using specified parameters. -
Uses of ReserveContactRequest in software.amazon.awssdk.services.groundstation.transform
Methods in software.amazon.awssdk.services.groundstation.transform with parameters of type ReserveContactRequest Modifier and Type Method Description SdkHttpFullRequestReserveContactRequestMarshaller. marshall(ReserveContactRequest reserveContactRequest)
-