Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.S3TableIntegrationSourceStatus
Packages that use S3TableIntegrationSourceStatus
-
Uses of S3TableIntegrationSourceStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return S3TableIntegrationSourceStatusModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.S3TableIntegrationSource.status()The current status of the data source association.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 S3TableIntegrationSourceStatusModifier and TypeMethodDescriptionstatic Set<S3TableIntegrationSourceStatus>S3TableIntegrationSourceStatus.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type S3TableIntegrationSourceStatusModifier and TypeMethodDescriptionS3TableIntegrationSource.Builder.status(S3TableIntegrationSourceStatus status) The current status of the data source association.