| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorStatusReason |
ConnectorStatusReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ConnectorStatusReason |
ConnectorSummary.statusReason()
Additional information about the connector status if the status is failed.
|
ConnectorStatusReason |
Connector.statusReason()
Additional information about the connector status if the status is failed.
|
static ConnectorStatusReason |
ConnectorStatusReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorStatusReason[] |
ConnectorStatusReason.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<ConnectorStatusReason> |
ConnectorStatusReason.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorSummary.Builder |
ConnectorSummary.Builder.statusReason(ConnectorStatusReason statusReason)
Additional information about the connector status if the status is failed.
|
Connector.Builder |
Connector.Builder.statusReason(ConnectorStatusReason statusReason)
Additional information about the connector status if the status is failed.
|
Copyright © 2023. All rights reserved.