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 IntegrationStatusIntegrationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IntegrationStatusCreateIntegrationResponse. status()The current status of the integration.IntegrationStatusDeleteIntegrationResponse. status()The current status of the integration.IntegrationStatusIntegration. status()The current status of the integration.IntegrationStatusModifyIntegrationResponse. status()The current status of the integration.static IntegrationStatusIntegrationStatus. 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.BuilderCreateIntegrationResponse.Builder. status(IntegrationStatus status)The current status of the integration.DeleteIntegrationResponse.BuilderDeleteIntegrationResponse.Builder. status(IntegrationStatus status)The current status of the integration.Integration.BuilderIntegration.Builder. status(IntegrationStatus status)The current status of the integration.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. status(IntegrationStatus status)The current status of the integration.
-