| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static DiscoveryJobStatus |
DiscoveryJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DiscoveryJobStatus |
DescribeDiscoveryJobResponse.status()
Indicates the status of a discovery job.
|
DiscoveryJobStatus |
DiscoveryJobListEntry.status()
The status of a discovery job.
|
static DiscoveryJobStatus |
DiscoveryJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiscoveryJobStatus[] |
DiscoveryJobStatus.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<DiscoveryJobStatus> |
DiscoveryJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDiscoveryJobResponse.Builder |
DescribeDiscoveryJobResponse.Builder.status(DiscoveryJobStatus status)
Indicates the status of a discovery job.
|
DiscoveryJobListEntry.Builder |
DiscoveryJobListEntry.Builder.status(DiscoveryJobStatus status)
The status of a discovery job.
|
Copyright © 2023. All rights reserved.