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