| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedQueryStatus |
ProtectedQueryStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProtectedQueryStatus |
ProtectedQuery.status()
The status of the query.
|
ProtectedQueryStatus |
ProtectedQuerySummary.status()
The status of the protected query.
|
ProtectedQueryStatus |
ListProtectedQueriesRequest.status()
A filter on the status of the protected query.
|
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 |
|---|---|
static Set<ProtectedQueryStatus> |
ProtectedQueryStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProtectedQuery.Builder |
ProtectedQuery.Builder.status(ProtectedQueryStatus status)
The status of the query.
|
ProtectedQuerySummary.Builder |
ProtectedQuerySummary.Builder.status(ProtectedQueryStatus status)
The status of the protected query.
|
ListProtectedQueriesRequest.Builder |
ListProtectedQueriesRequest.Builder.status(ProtectedQueryStatus status)
A filter on the status of the protected query.
|
Copyright © 2023. All rights reserved.