Uses of Interface
software.amazon.awssdk.services.groundstation.model.CreateConfigRequest.Builder
-
Packages that use CreateConfigRequest.Builder Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference.software.amazon.awssdk.services.groundstation.model -
-
Uses of CreateConfigRequest.Builder in software.amazon.awssdk.services.groundstation
Method parameters in software.amazon.awssdk.services.groundstation with type arguments of type CreateConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateConfigResponse>GroundStationAsyncClient. createConfig(Consumer<CreateConfigRequest.Builder> createConfigRequest)Creates aConfigwith the specifiedconfigDataparameters.default CreateConfigResponseGroundStationClient. createConfig(Consumer<CreateConfigRequest.Builder> createConfigRequest)Creates aConfigwith the specifiedconfigDataparameters. -
Uses of CreateConfigRequest.Builder in software.amazon.awssdk.services.groundstation.model
Methods in software.amazon.awssdk.services.groundstation.model that return types with arguments of type CreateConfigRequest.Builder Modifier and Type Method Description static Class<? extends CreateConfigRequest.Builder>CreateConfigRequest. serializableBuilderClass()
-