Uses of Class
software.amazon.awssdk.services.opensearch.model.ApplicationStatus
-
Packages that use ApplicationStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ApplicationStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ApplicationStatus Modifier and Type Method Description static ApplicationStatusApplicationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ApplicationStatusApplicationSummary. status()Status of an OpenSearch Application.ApplicationStatusGetApplicationResponse. status()Current status of the checked OpenSearch Application.static ApplicationStatusApplicationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationStatus[]ApplicationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type ApplicationStatus Modifier and Type Method Description static Set<ApplicationStatus>ApplicationStatus. knownValues()List<ApplicationStatus>ListApplicationsRequest. statuses()OpenSearch Application Status can be used as filters for the listing request.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ApplicationStatus Modifier and Type Method Description ApplicationSummary.BuilderApplicationSummary.Builder. status(ApplicationStatus status)Status of an OpenSearch Application.GetApplicationResponse.BuilderGetApplicationResponse.Builder. status(ApplicationStatus status)Current status of the checked OpenSearch Application.ListApplicationsRequest.BuilderListApplicationsRequest.Builder. statuses(ApplicationStatus... statuses)OpenSearch Application Status can be used as filters for the listing request.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type ApplicationStatus Modifier and Type Method Description ListApplicationsRequest.BuilderListApplicationsRequest.Builder. statuses(Collection<ApplicationStatus> statuses)OpenSearch Application Status can be used as filters for the listing request.
-