Package | Description |
---|---|
software.amazon.awssdk.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
VPCConnectionResourceStatus |
CreateVpcConnectionResponse.creationStatus()
The status of the creation of the VPC connection.
|
VPCConnectionResourceStatus |
DeleteVpcConnectionResponse.deletionStatus()
The deletion status of the VPC connection.
|
static VPCConnectionResourceStatus |
VPCConnectionResourceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VPCConnectionResourceStatus |
VPCConnectionSummary.status()
The status of the VPC connection.
|
VPCConnectionResourceStatus |
VPCConnection.status()
The status of the VPC connection.
|
VPCConnectionResourceStatus |
UpdateVpcConnectionResponse.updateStatus()
The update status of the VPC connection's last update.
|
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 |
---|---|
static Set<VPCConnectionResourceStatus> |
VPCConnectionResourceStatus.knownValues()
|
Modifier and Type | Method and Description |
---|---|
CreateVpcConnectionResponse.Builder |
CreateVpcConnectionResponse.Builder.creationStatus(VPCConnectionResourceStatus creationStatus)
The status of the creation of the VPC connection.
|
DeleteVpcConnectionResponse.Builder |
DeleteVpcConnectionResponse.Builder.deletionStatus(VPCConnectionResourceStatus deletionStatus)
The deletion status of the VPC connection.
|
VPCConnectionSummary.Builder |
VPCConnectionSummary.Builder.status(VPCConnectionResourceStatus status)
The status of the VPC connection.
|
VPCConnection.Builder |
VPCConnection.Builder.status(VPCConnectionResourceStatus status)
The status of the VPC connection.
|
UpdateVpcConnectionResponse.Builder |
UpdateVpcConnectionResponse.Builder.updateStatus(VPCConnectionResourceStatus updateStatus)
The update status of the VPC connection's last update.
|
Copyright © 2023. All rights reserved.