| 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 |
|---|---|
UpdateIndexTypeResult |
AbstractAWSResourceExplorer2.updateIndexType(UpdateIndexTypeRequest request) |
UpdateIndexTypeResult |
AWSResourceExplorer2.updateIndexType(UpdateIndexTypeRequest updateIndexTypeRequest)
Changes the type of the index from one of the following types to the other.
|
UpdateIndexTypeResult |
AWSResourceExplorer2Client.updateIndexType(UpdateIndexTypeRequest request)
Changes the type of the index from one of the following types to the other.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIndexTypeResult> |
AWSResourceExplorer2AsyncClient.updateIndexTypeAsync(UpdateIndexTypeRequest request,
AsyncHandler<UpdateIndexTypeRequest,UpdateIndexTypeResult> asyncHandler) |
Future<UpdateIndexTypeResult> |
AWSResourceExplorer2Async.updateIndexTypeAsync(UpdateIndexTypeRequest updateIndexTypeRequest,
AsyncHandler<UpdateIndexTypeRequest,UpdateIndexTypeResult> asyncHandler)
Changes the type of the index from one of the following types to the other.
|
Future<UpdateIndexTypeResult> |
AbstractAWSResourceExplorer2Async.updateIndexTypeAsync(UpdateIndexTypeRequest request,
AsyncHandler<UpdateIndexTypeRequest,UpdateIndexTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexTypeResult |
UpdateIndexTypeResult.clone() |
UpdateIndexTypeResult |
UpdateIndexTypeResult.withArn(String arn)
The Amazon resource name
(ARN) of the index that you updated.
|
UpdateIndexTypeResult |
UpdateIndexTypeResult.withLastUpdatedAt(Date lastUpdatedAt)
The date and timestamp when the index was last updated.
|
UpdateIndexTypeResult |
UpdateIndexTypeResult.withState(IndexState state)
Indicates the state of the request to update the index.
|
UpdateIndexTypeResult |
UpdateIndexTypeResult.withState(String state)
Indicates the state of the request to update the index.
|
UpdateIndexTypeResult |
UpdateIndexTypeResult.withType(IndexType type)
Specifies the type of the specified index after the operation completes.
|
UpdateIndexTypeResult |
UpdateIndexTypeResult.withType(String type)
Specifies the type of the specified index after the operation completes.
|
Copyright © 2024. All rights reserved.