Uses of Class
software.amazon.awssdk.services.opsworkscm.model.NodeAssociationStatus
-
Packages that use NodeAssociationStatus Package Description software.amazon.awssdk.services.opsworkscm.model -
-
Uses of NodeAssociationStatus in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return NodeAssociationStatus Modifier and Type Method Description static NodeAssociationStatusNodeAssociationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeAssociationStatusDescribeNodeAssociationStatusResponse. nodeAssociationStatus()The status of the association or disassociation request.static NodeAssociationStatusNodeAssociationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeAssociationStatus[]NodeAssociationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type NodeAssociationStatus Modifier and Type Method Description static Set<NodeAssociationStatus>NodeAssociationStatus. knownValues()Methods in software.amazon.awssdk.services.opsworkscm.model with parameters of type NodeAssociationStatus Modifier and Type Method Description DescribeNodeAssociationStatusResponse.BuilderDescribeNodeAssociationStatusResponse.Builder. nodeAssociationStatus(NodeAssociationStatus nodeAssociationStatus)The status of the association or disassociation request.
-