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