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