Uses of Class
software.amazon.awssdk.services.fms.model.ResourceSetStatus
-
Packages that use ResourceSetStatus Package Description software.amazon.awssdk.services.fms.model -
-
Uses of ResourceSetStatus in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return ResourceSetStatus Modifier and Type Method Description static ResourceSetStatusResourceSetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceSetStatusResourceSet. resourceSetStatus()Indicates whether the resource set is in or out of an admin's Region scope.ResourceSetStatusResourceSetSummary. resourceSetStatus()Indicates whether the resource set is in or out of an admin's Region scope.static ResourceSetStatusResourceSetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceSetStatus[]ResourceSetStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type ResourceSetStatus Modifier and Type Method Description static Set<ResourceSetStatus>ResourceSetStatus. knownValues()Methods in software.amazon.awssdk.services.fms.model with parameters of type ResourceSetStatus Modifier and Type Method Description ResourceSet.BuilderResourceSet.Builder. resourceSetStatus(ResourceSetStatus resourceSetStatus)Indicates whether the resource set is in or out of an admin's Region scope.ResourceSetSummary.BuilderResourceSetSummary.Builder. resourceSetStatus(ResourceSetStatus resourceSetStatus)Indicates whether the resource set is in or out of an admin's Region scope.
-