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