Uses of Enum
software.amazon.awssdk.services.rds.model.IntegrationStatus
Packages that use IntegrationStatus
-
Uses of IntegrationStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return IntegrationStatusModifier and TypeMethodDescriptionstatic IntegrationStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IntegrationStatusCreateIntegrationResponse.status()The current status of the integration.final IntegrationStatusDeleteIntegrationResponse.status()The current status of the integration.final IntegrationStatusIntegration.status()The current status of the integration.final IntegrationStatusModifyIntegrationResponse.status()The current status of the integration.static IntegrationStatusReturns 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 IntegrationStatusMethods in software.amazon.awssdk.services.rds.model with parameters of type IntegrationStatusModifier and TypeMethodDescriptionCreateIntegrationResponse.Builder.status(IntegrationStatus status) The current status of the integration.DeleteIntegrationResponse.Builder.status(IntegrationStatus status) The current status of the integration.Integration.Builder.status(IntegrationStatus status) The current status of the integration.ModifyIntegrationResponse.Builder.status(IntegrationStatus status) The current status of the integration.