Uses of Class
software.amazon.awssdk.services.groundstation.model.UpdateConfigResponse
-
Packages that use UpdateConfigResponse Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference. -
-
Uses of UpdateConfigResponse in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return UpdateConfigResponse Modifier and Type Method Description default UpdateConfigResponseGroundStationClient. updateConfig(Consumer<UpdateConfigRequest.Builder> updateConfigRequest)Updates theConfigused when scheduling contacts.default UpdateConfigResponseGroundStationClient. updateConfig(UpdateConfigRequest updateConfigRequest)Updates theConfigused when scheduling contacts.Methods in software.amazon.awssdk.services.groundstation that return types with arguments of type UpdateConfigResponse Modifier and Type Method Description default CompletableFuture<UpdateConfigResponse>GroundStationAsyncClient. updateConfig(Consumer<UpdateConfigRequest.Builder> updateConfigRequest)Updates theConfigused when scheduling contacts.default CompletableFuture<UpdateConfigResponse>GroundStationAsyncClient. updateConfig(UpdateConfigRequest updateConfigRequest)Updates theConfigused when scheduling contacts.
-