Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.OpenSearchResourceStatusType
Packages that use OpenSearchResourceStatusType
-
Uses of OpenSearchResourceStatusType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return OpenSearchResourceStatusTypeModifier and TypeMethodDescriptionstatic OpenSearchResourceStatusTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.OpenSearchResourceStatus.status()The current status of this resource.static OpenSearchResourceStatusTypeReturns 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 OpenSearchResourceStatusTypeModifier and TypeMethodDescriptionstatic Set<OpenSearchResourceStatusType>OpenSearchResourceStatusType.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type OpenSearchResourceStatusTypeModifier and TypeMethodDescriptionOpenSearchResourceStatus.Builder.status(OpenSearchResourceStatusType status) The current status of this resource.