Uses of Class
software.amazon.awssdk.services.quicksight.model.VPCConnectionResourceStatus
-
Packages that use VPCConnectionResourceStatus Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of VPCConnectionResourceStatus in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return VPCConnectionResourceStatus Modifier and Type Method Description VPCConnectionResourceStatusCreateVpcConnectionResponse. creationStatus()The status of the creation of the VPC connection.VPCConnectionResourceStatusDeleteVpcConnectionResponse. deletionStatus()The deletion status of the VPC connection.static VPCConnectionResourceStatusVPCConnectionResourceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VPCConnectionResourceStatusVPCConnection. status()The status of the VPC connection.VPCConnectionResourceStatusVPCConnectionSummary. status()The status of the VPC connection.VPCConnectionResourceStatusUpdateVpcConnectionResponse. updateStatus()The update status of the VPC connection's last update.static VPCConnectionResourceStatusVPCConnectionResourceStatus. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type VPCConnectionResourceStatus Modifier and Type Method Description static Set<VPCConnectionResourceStatus>VPCConnectionResourceStatus. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type VPCConnectionResourceStatus Modifier and Type Method Description CreateVpcConnectionResponse.BuilderCreateVpcConnectionResponse.Builder. creationStatus(VPCConnectionResourceStatus creationStatus)The status of the creation of the VPC connection.DeleteVpcConnectionResponse.BuilderDeleteVpcConnectionResponse.Builder. deletionStatus(VPCConnectionResourceStatus deletionStatus)The deletion status of the VPC connection.VPCConnection.BuilderVPCConnection.Builder. status(VPCConnectionResourceStatus status)The status of the VPC connection.VPCConnectionSummary.BuilderVPCConnectionSummary.Builder. status(VPCConnectionResourceStatus status)The status of the VPC connection.UpdateVpcConnectionResponse.BuilderUpdateVpcConnectionResponse.Builder. updateStatus(VPCConnectionResourceStatus updateStatus)The update status of the VPC connection's last update.
-