Uses of Class
com.oracle.bmc.dbmulticloud.model.AwsNodes.Status
-
Packages that use AwsNodes.Status Package Description com.oracle.bmc.dbmulticloud.model -
-
Uses of AwsNodes.Status in com.oracle.bmc.dbmulticloud.model
Methods in com.oracle.bmc.dbmulticloud.model that return AwsNodes.Status Modifier and Type Method Description static AwsNodes.StatusAwsNodes.Status. create(String key)AwsNodes.StatusAwsNodes. getStatus()The current status of the AWS Identity Connector resource.static AwsNodes.StatusAwsNodes.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsNodes.Status[]AwsNodes.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dbmulticloud.model with parameters of type AwsNodes.Status Modifier and Type Method Description AwsNodes.BuilderAwsNodes.Builder. status(AwsNodes.Status status)The current status of the AWS Identity Connector resource.Constructors in com.oracle.bmc.dbmulticloud.model with parameters of type AwsNodes.Status Constructor Description AwsNodes(String hostName, String hostId, AwsNodes.Status status, Date timeLastChecked)Deprecated.
-