Uses of Class
software.amazon.awssdk.services.securitylake.model.DataLakeStatus
-
Packages that use DataLakeStatus Package Description software.amazon.awssdk.services.securitylake.model -
-
Uses of DataLakeStatus in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return DataLakeStatus Modifier and Type Method Description DataLakeStatusDataLakeResource. createStatus()Retrieves the status of the configuration operation for an account in Amazon Security Lake.static DataLakeStatusDataLakeStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataLakeStatusDataLakeUpdateStatus. status()The status of the lastUpdateDataLakeorDeleteDataLakeAPI request that was requested.static DataLakeStatusDataLakeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DataLakeStatus[]DataLakeStatus. 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 DataLakeStatus Modifier and Type Method Description static Set<DataLakeStatus>DataLakeStatus. knownValues()Methods in software.amazon.awssdk.services.securitylake.model with parameters of type DataLakeStatus Modifier and Type Method Description DataLakeResource.BuilderDataLakeResource.Builder. createStatus(DataLakeStatus createStatus)Retrieves the status of the configuration operation for an account in Amazon Security Lake.DataLakeUpdateStatus.BuilderDataLakeUpdateStatus.Builder. status(DataLakeStatus status)The status of the lastUpdateDataLakeorDeleteDataLakeAPI request that was requested.
-