| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedQueryStatus |
ProtectedQueryStatus.fromValue(String value)
Use this in place of valueOf.
|
static ProtectedQueryStatus |
ProtectedQueryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectedQueryStatus[] |
ProtectedQueryStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProtectedQuerySummary |
ProtectedQuerySummary.withStatus(ProtectedQueryStatus status)
The status of the protected query.
|
ListProtectedQueriesRequest |
ListProtectedQueriesRequest.withStatus(ProtectedQueryStatus status)
A filter on the status of the protected query.
|
ProtectedQuery |
ProtectedQuery.withStatus(ProtectedQueryStatus status)
The status of the query.
|
Copyright © 2023. All rights reserved.