Uses of Class
software.amazon.awssdk.services.securitylake.model.SourceCollectionStatus
-
Packages that use SourceCollectionStatus Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of SourceCollectionStatus in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return SourceCollectionStatus Modifier and Type Method Description static SourceCollectionStatusSourceCollectionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SourceCollectionStatusDataLakeSourceStatus. status()The health status of services, including error codes and patterns.static SourceCollectionStatusSourceCollectionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceCollectionStatus[]SourceCollectionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type SourceCollectionStatus Modifier and Type Method Description static Set<SourceCollectionStatus>SourceCollectionStatus. knownValues()Methods in software.amazon.awssdk.services.securitylake.model with parameters of type SourceCollectionStatus Modifier and Type Method Description DataLakeSourceStatus.BuilderDataLakeSourceStatus.Builder. status(SourceCollectionStatus status)The health status of services, including error codes and patterns.
-