| 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 |
|---|---|
CreateIndexResult |
AbstractAWSResourceExplorer2.createIndex(CreateIndexRequest request) |
CreateIndexResult |
AWSResourceExplorer2Client.createIndex(CreateIndexRequest request)
Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this
operation by creating an index.
|
CreateIndexResult |
AWSResourceExplorer2.createIndex(CreateIndexRequest createIndexRequest)
Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this
operation by creating an index.
|
Future<CreateIndexResult> |
AWSResourceExplorer2AsyncClient.createIndexAsync(CreateIndexRequest request) |
Future<CreateIndexResult> |
AWSResourceExplorer2Async.createIndexAsync(CreateIndexRequest createIndexRequest)
Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this
operation by creating an index.
|
Future<CreateIndexResult> |
AbstractAWSResourceExplorer2Async.createIndexAsync(CreateIndexRequest request) |
Future<CreateIndexResult> |
AWSResourceExplorer2AsyncClient.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
Future<CreateIndexResult> |
AWSResourceExplorer2Async.createIndexAsync(CreateIndexRequest createIndexRequest,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler)
Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this
operation by creating an index.
|
Future<CreateIndexResult> |
AbstractAWSResourceExplorer2Async.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIndexResult> |
AWSResourceExplorer2AsyncClient.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
Future<CreateIndexResult> |
AWSResourceExplorer2Async.createIndexAsync(CreateIndexRequest createIndexRequest,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler)
Turns on Amazon Web Services Resource Explorer in the Amazon Web Services Region in which you called this
operation by creating an index.
|
Future<CreateIndexResult> |
AbstractAWSResourceExplorer2Async.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest |
CreateIndexRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateIndexRequest |
CreateIndexRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateIndexRequest |
CreateIndexRequest.clone() |
CreateIndexRequest |
CreateIndexRequest.withClientToken(String clientToken)
This value helps ensure idempotency.
|
CreateIndexRequest |
CreateIndexRequest.withTags(Map<String,String> tags)
The specified tags are attached only to the index created in this Amazon Web Services Region.
|
Copyright © 2023. All rights reserved.