| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
DataLakeStatus |
DataLakeResource.createStatus()
Retrieves the status of the configuration operation for an account in Amazon Security Lake.
|
static DataLakeStatus |
DataLakeStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataLakeStatus |
DataLakeUpdateStatus.status()
The status of the last
UpdateDataLake or DeleteDataLake API request that was requested. |
static DataLakeStatus |
DataLakeStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DataLakeStatus> |
DataLakeStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DataLakeResource.Builder |
DataLakeResource.Builder.createStatus(DataLakeStatus createStatus)
Retrieves the status of the configuration operation for an account in Amazon Security Lake.
|
DataLakeUpdateStatus.Builder |
DataLakeUpdateStatus.Builder.status(DataLakeStatus status)
The status of the last
UpdateDataLake or DeleteDataLake API request that was
requested. |
Copyright © 2023. All rights reserved.