| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static VPCConnectionResourceStatus |
VPCConnectionResourceStatus.fromValue(String value)
Use this in place of valueOf.
|
static VPCConnectionResourceStatus |
VPCConnectionResourceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VPCConnectionResourceStatus[] |
VPCConnectionResourceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVPCConnectionResult |
CreateVPCConnectionResult.withCreationStatus(VPCConnectionResourceStatus creationStatus)
The status of the creation of the VPC connection.
|
DeleteVPCConnectionResult |
DeleteVPCConnectionResult.withDeletionStatus(VPCConnectionResourceStatus deletionStatus)
The deletion status of the VPC connection.
|
VPCConnectionSummary |
VPCConnectionSummary.withStatus(VPCConnectionResourceStatus status)
The status of the VPC connection.
|
VPCConnection |
VPCConnection.withStatus(VPCConnectionResourceStatus status)
The status of the VPC connection.
|
UpdateVPCConnectionResult |
UpdateVPCConnectionResult.withUpdateStatus(VPCConnectionResourceStatus updateStatus)
The update status of the VPC connection's last update.
|
Copyright © 2024. All rights reserved.