Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.DeploymentType
-
Packages that use DeploymentType Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of DeploymentType in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return DeploymentType Modifier and Type Method Description DeploymentTypeCreateDbInstanceRequest. deploymentType()Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.DeploymentTypeCreateDbInstanceResponse. deploymentType()Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.DeploymentTypeDbInstanceSummary. deploymentType()Single-Instance or with a MultiAZ Standby for High availability.DeploymentTypeDeleteDbInstanceResponse. deploymentType()Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.DeploymentTypeGetDbInstanceResponse. deploymentType()Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.DeploymentTypeUpdateDbInstanceResponse. deploymentType()Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.static DeploymentTypeDeploymentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentTypeDeploymentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentType[]DeploymentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type DeploymentType Modifier and Type Method Description static Set<DeploymentType>DeploymentType. knownValues()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type DeploymentType Modifier and Type Method Description CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. deploymentType(DeploymentType deploymentType)Specifies whether the DB instance will be deployed as a standalone instance or with a Multi-AZ standby for high availability.CreateDbInstanceResponse.BuilderCreateDbInstanceResponse.Builder. deploymentType(DeploymentType deploymentType)Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.DbInstanceSummary.BuilderDbInstanceSummary.Builder. deploymentType(DeploymentType deploymentType)Single-Instance or with a MultiAZ Standby for High availability.DeleteDbInstanceResponse.BuilderDeleteDbInstanceResponse.Builder. deploymentType(DeploymentType deploymentType)Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.GetDbInstanceResponse.BuilderGetDbInstanceResponse.Builder. deploymentType(DeploymentType deploymentType)Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.UpdateDbInstanceResponse.BuilderUpdateDbInstanceResponse.Builder. deploymentType(DeploymentType deploymentType)Specifies whether the Timestream for InfluxDB is deployed as Single-AZ or with a MultiAZ Standby for High availability.
-