Uses of Class
software.amazon.awssdk.services.sms.model.ServerCatalogStatus
-
Packages that use ServerCatalogStatus Package Description software.amazon.awssdk.services.sms.model -
-
Uses of ServerCatalogStatus in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return ServerCatalogStatus Modifier and Type Method Description static ServerCatalogStatusServerCatalogStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServerCatalogStatusGetServersResponse. serverCatalogStatus()The status of the server catalog.static ServerCatalogStatusServerCatalogStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerCatalogStatus[]ServerCatalogStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type ServerCatalogStatus Modifier and Type Method Description static Set<ServerCatalogStatus>ServerCatalogStatus. knownValues()Methods in software.amazon.awssdk.services.sms.model with parameters of type ServerCatalogStatus Modifier and Type Method Description GetServersResponse.BuilderGetServersResponse.Builder. serverCatalogStatus(ServerCatalogStatus serverCatalogStatus)The status of the server catalog.
-