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