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