Uses of Interface
software.amazon.awssdk.services.rds.model.StartDbInstanceRequest.Builder
-
Packages that use StartDbInstanceRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of StartDbInstanceRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type StartDbInstanceRequest.Builder Modifier and Type Method Description default CompletableFuture<StartDbInstanceResponse>RdsAsyncClient. startDBInstance(Consumer<StartDbInstanceRequest.Builder> startDbInstanceRequest)Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or theStopDBInstanceoperation.default StartDbInstanceResponseRdsClient. startDBInstance(Consumer<StartDbInstanceRequest.Builder> startDbInstanceRequest)Starts an Amazon RDS DB instance that was stopped using the Amazon Web Services console, the stop-db-instance CLI command, or theStopDBInstanceoperation. -
Uses of StartDbInstanceRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return StartDbInstanceRequest.Builder Modifier and Type Method Description static StartDbInstanceRequest.BuilderStartDbInstanceRequest. builder()StartDbInstanceRequest.BuilderStartDbInstanceRequest.Builder. dbInstanceIdentifier(String dbInstanceIdentifier)The user-supplied instance identifier.StartDbInstanceRequest.BuilderStartDbInstanceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDbInstanceRequest.BuilderStartDbInstanceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartDbInstanceRequest.BuilderStartDbInstanceRequest. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type StartDbInstanceRequest.Builder Modifier and Type Method Description static Class<? extends StartDbInstanceRequest.Builder>StartDbInstanceRequest. serializableBuilderClass()
-