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