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