Uses of Class
software.amazon.awssdk.services.rds.model.IntegrationStatus
-
Packages that use IntegrationStatus Package Description software.amazon.awssdk.services.rds.model -
-
Uses of IntegrationStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return IntegrationStatus Modifier and Type Method Description static IntegrationStatus
IntegrationStatus. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.IntegrationStatus
CreateIntegrationResponse. status()
The current status of the integration.IntegrationStatus
DeleteIntegrationResponse. status()
The current status of the integration.IntegrationStatus
Integration. status()
The current status of the integration.IntegrationStatus
ModifyIntegrationResponse. status()
The current status of the integration.static IntegrationStatus
IntegrationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntegrationStatus[]
IntegrationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type IntegrationStatus Modifier and Type Method Description static Set<IntegrationStatus>
IntegrationStatus. knownValues()
Methods in software.amazon.awssdk.services.rds.model with parameters of type IntegrationStatus Modifier and Type Method Description CreateIntegrationResponse.Builder
CreateIntegrationResponse.Builder. status(IntegrationStatus status)
The current status of the integration.DeleteIntegrationResponse.Builder
DeleteIntegrationResponse.Builder. status(IntegrationStatus status)
The current status of the integration.Integration.Builder
Integration.Builder. status(IntegrationStatus status)
The current status of the integration.ModifyIntegrationResponse.Builder
ModifyIntegrationResponse.Builder. status(IntegrationStatus status)
The current status of the integration.
-