Uses of Class
software.amazon.awssdk.services.glue.model.IntegrationStatus
-
Packages that use IntegrationStatus Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IntegrationStatus in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.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 status of the integration being created.IntegrationStatusDeleteIntegrationResponse. status()The status of the integration being deleted.IntegrationStatusInboundIntegration. status()The possible statuses are:IntegrationStatusIntegration. status()The possible statuses are:IntegrationStatusModifyIntegrationResponse. status()The status of the integration being modified.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.glue.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.glue.model with parameters of type IntegrationStatus Modifier and Type Method Description CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. status(IntegrationStatus status)The status of the integration being created.DeleteIntegrationResponse.BuilderDeleteIntegrationResponse.Builder. status(IntegrationStatus status)The status of the integration being deleted.InboundIntegration.BuilderInboundIntegration.Builder. status(IntegrationStatus status)The possible statuses are:Integration.BuilderIntegration.Builder. status(IntegrationStatus status)The possible statuses are:ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. status(IntegrationStatus status)The status of the integration being modified.
-