| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
StoredQuery |
StoredQuery.clone() |
StoredQuery |
PutStoredQueryRequest.getStoredQuery()
A list of
StoredQuery objects. |
StoredQuery |
GetStoredQueryResult.getStoredQuery()
Returns a
StoredQuery object. |
StoredQuery |
StoredQuery.withDescription(String description)
A unique description for the query.
|
StoredQuery |
StoredQuery.withExpression(String expression)
The expression of the query.
|
StoredQuery |
StoredQuery.withQueryArn(String queryArn)
Amazon Resource Name (ARN) of the query.
|
StoredQuery |
StoredQuery.withQueryId(String queryId)
The ID of the query.
|
StoredQuery |
StoredQuery.withQueryName(String queryName)
The name of the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutStoredQueryRequest.setStoredQuery(StoredQuery storedQuery)
A list of
StoredQuery objects. |
void |
GetStoredQueryResult.setStoredQuery(StoredQuery storedQuery)
Returns a
StoredQuery object. |
PutStoredQueryRequest |
PutStoredQueryRequest.withStoredQuery(StoredQuery storedQuery)
A list of
StoredQuery objects. |
GetStoredQueryResult |
GetStoredQueryResult.withStoredQuery(StoredQuery storedQuery)
Returns a
StoredQuery object. |
Copyright © 2023. All rights reserved.