Uses of Class
software.amazon.awssdk.services.groundstation.model.DeleteConfigResponse
-
Packages that use DeleteConfigResponse Package Description software.amazon.awssdk.services.groundstation Welcome to the AWS Ground Station API Reference. -
-
Uses of DeleteConfigResponse in software.amazon.awssdk.services.groundstation
Methods in software.amazon.awssdk.services.groundstation that return DeleteConfigResponse Modifier and Type Method Description default DeleteConfigResponseGroundStationClient. deleteConfig(Consumer<DeleteConfigRequest.Builder> deleteConfigRequest)Deletes aConfig.default DeleteConfigResponseGroundStationClient. deleteConfig(DeleteConfigRequest deleteConfigRequest)Deletes aConfig.Methods in software.amazon.awssdk.services.groundstation that return types with arguments of type DeleteConfigResponse Modifier and Type Method Description default CompletableFuture<DeleteConfigResponse>GroundStationAsyncClient. deleteConfig(Consumer<DeleteConfigRequest.Builder> deleteConfigRequest)Deletes aConfig.default CompletableFuture<DeleteConfigResponse>GroundStationAsyncClient. deleteConfig(DeleteConfigRequest deleteConfigRequest)Deletes aConfig.
-