| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ShareRequestStatus |
ShareRequestStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ShareRequestStatus |
AssessmentFrameworkShareRequest.status()
The status of the share request.
|
static ShareRequestStatus |
ShareRequestStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareRequestStatus[] |
ShareRequestStatus.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<ShareRequestStatus> |
ShareRequestStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssessmentFrameworkShareRequest.Builder |
AssessmentFrameworkShareRequest.Builder.status(ShareRequestStatus status)
The status of the share request.
|
Copyright © 2022. All rights reserved.