| Package | Description |
|---|---|
| software.amazon.awssdk.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetProtectedQueryStatus |
TargetProtectedQueryStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetProtectedQueryStatus |
UpdateProtectedQueryRequest.targetStatus()
The target status of a query.
|
static TargetProtectedQueryStatus |
TargetProtectedQueryStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetProtectedQueryStatus[] |
TargetProtectedQueryStatus.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<TargetProtectedQueryStatus> |
TargetProtectedQueryStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectedQueryRequest.Builder |
UpdateProtectedQueryRequest.Builder.targetStatus(TargetProtectedQueryStatus targetStatus)
The target status of a query.
|
Copyright © 2023. All rights reserved.