Uses of Class
software.amazon.awssdk.services.workspaces.model.AssociationState
-
Packages that use AssociationState Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of AssociationState in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return AssociationState Modifier and Type Method Description static AssociationStateAssociationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AssociationStateApplicationResourceAssociation. state()The status of the application resource association.AssociationStateBundleResourceAssociation. state()The status of the bundle resource association.AssociationStateImageResourceAssociation. state()The status of the image resource association.AssociationStateWorkspaceResourceAssociation. state()The status of the WorkSpace resource association.static AssociationStateAssociationState. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationState[]AssociationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type AssociationState Modifier and Type Method Description static Set<AssociationState>AssociationState. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type AssociationState Modifier and Type Method Description ApplicationResourceAssociation.BuilderApplicationResourceAssociation.Builder. state(AssociationState state)The status of the application resource association.BundleResourceAssociation.BuilderBundleResourceAssociation.Builder. state(AssociationState state)The status of the bundle resource association.ImageResourceAssociation.BuilderImageResourceAssociation.Builder. state(AssociationState state)The status of the image resource association.WorkspaceResourceAssociation.BuilderWorkspaceResourceAssociation.Builder. state(AssociationState state)The status of the WorkSpace resource association.
-