| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static ShareStatus |
ShareStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ShareStatus |
ListProfileSharesRequest.status()
Returns the value of the Status property for this object.
|
ShareStatus |
ListWorkloadSharesRequest.status()
Returns the value of the Status property for this object.
|
ShareStatus |
WorkloadShareSummary.status()
Returns the value of the Status property for this object.
|
ShareStatus |
ProfileShareSummary.status()
Returns the value of the Status property for this object.
|
ShareStatus |
WorkloadShare.status()
Returns the value of the Status property for this object.
|
ShareStatus |
ListLensSharesRequest.status()
Returns the value of the Status property for this object.
|
ShareStatus |
LensShareSummary.status()
Returns the value of the Status property for this object.
|
static ShareStatus |
ShareStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShareStatus[] |
ShareStatus.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<ShareStatus> |
ShareStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListProfileSharesRequest.Builder |
ListProfileSharesRequest.Builder.status(ShareStatus status)
Sets the value of the Status property for this object.
|
ListWorkloadSharesRequest.Builder |
ListWorkloadSharesRequest.Builder.status(ShareStatus status)
Sets the value of the Status property for this object.
|
WorkloadShareSummary.Builder |
WorkloadShareSummary.Builder.status(ShareStatus status)
Sets the value of the Status property for this object.
|
ProfileShareSummary.Builder |
ProfileShareSummary.Builder.status(ShareStatus status)
Sets the value of the Status property for this object.
|
WorkloadShare.Builder |
WorkloadShare.Builder.status(ShareStatus status)
Sets the value of the Status property for this object.
|
ListLensSharesRequest.Builder |
ListLensSharesRequest.Builder.status(ShareStatus status)
Sets the value of the Status property for this object.
|
LensShareSummary.Builder |
LensShareSummary.Builder.status(ShareStatus status)
Sets the value of the Status property for this object.
|
Copyright © 2023. All rights reserved.