| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2 |
Amazon Web Services Resource Explorer is a resource search and discovery service.
|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
GetIndexResult |
AbstractAWSResourceExplorer2.getIndex(GetIndexRequest request) |
GetIndexResult |
AWSResourceExplorer2.getIndex(GetIndexRequest getIndexRequest)
Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in
which you invoked the operation.
|
GetIndexResult |
AWSResourceExplorer2Client.getIndex(GetIndexRequest request)
Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in
which you invoked the operation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetIndexResult> |
AbstractAWSResourceExplorer2Async.getIndexAsync(GetIndexRequest request) |
Future<GetIndexResult> |
AWSResourceExplorer2AsyncClient.getIndexAsync(GetIndexRequest request) |
Future<GetIndexResult> |
AWSResourceExplorer2Async.getIndexAsync(GetIndexRequest getIndexRequest)
Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in
which you invoked the operation.
|
Future<GetIndexResult> |
AbstractAWSResourceExplorer2Async.getIndexAsync(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler) |
Future<GetIndexResult> |
AWSResourceExplorer2AsyncClient.getIndexAsync(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler) |
Future<GetIndexResult> |
AWSResourceExplorer2Async.getIndexAsync(GetIndexRequest getIndexRequest,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler)
Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in
which you invoked the operation.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetIndexResult> |
AbstractAWSResourceExplorer2Async.getIndexAsync(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler) |
Future<GetIndexResult> |
AWSResourceExplorer2AsyncClient.getIndexAsync(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler) |
Future<GetIndexResult> |
AWSResourceExplorer2Async.getIndexAsync(GetIndexRequest getIndexRequest,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler)
Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in
which you invoked the operation.
|
| Modifier and Type | Method and Description |
|---|---|
GetIndexResult |
GetIndexResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetIndexResult |
GetIndexResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetIndexResult |
GetIndexResult.clone() |
GetIndexResult |
GetIndexResult.withArn(String arn)
The Amazon resource name
(ARN) of the index.
|
GetIndexResult |
GetIndexResult.withCreatedAt(Date createdAt)
The date and time when the index was originally created.
|
GetIndexResult |
GetIndexResult.withLastUpdatedAt(Date lastUpdatedAt)
The date and time when the index was last updated.
|
GetIndexResult |
GetIndexResult.withReplicatingFrom(Collection<String> replicatingFrom)
This response value is present only if this index is
Type=AGGREGATOR. |
GetIndexResult |
GetIndexResult.withReplicatingFrom(String... replicatingFrom)
This response value is present only if this index is
Type=AGGREGATOR. |
GetIndexResult |
GetIndexResult.withReplicatingTo(Collection<String> replicatingTo)
This response value is present only if this index is
Type=LOCAL. |
GetIndexResult |
GetIndexResult.withReplicatingTo(String... replicatingTo)
This response value is present only if this index is
Type=LOCAL. |
GetIndexResult |
GetIndexResult.withState(IndexState state)
The current state of the index in this Amazon Web Services Region.
|
GetIndexResult |
GetIndexResult.withState(String state)
The current state of the index in this Amazon Web Services Region.
|
GetIndexResult |
GetIndexResult.withTags(Map<String,String> tags)
Tag key and value pairs that are attached to the index.
|
GetIndexResult |
GetIndexResult.withType(IndexType type)
The type of the index in this Region.
|
GetIndexResult |
GetIndexResult.withType(String type)
The type of the index in this Region.
|
Copyright © 2024. All rights reserved.