| Package | Description |
|---|---|
| software.amazon.awssdk.services.resourceexplorer2 |
Amazon Web Services Resource Explorer is a resource search and discovery service.
|
| software.amazon.awssdk.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateIndexTypeResponse> |
ResourceExplorer2AsyncClient.updateIndexType(Consumer<UpdateIndexTypeRequest.Builder> updateIndexTypeRequest)
Changes the type of the index from one of the following types to the other.
|
default UpdateIndexTypeResponse |
ResourceExplorer2Client.updateIndexType(Consumer<UpdateIndexTypeRequest.Builder> updateIndexTypeRequest)
Changes the type of the index from one of the following types to the other.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexTypeRequest.Builder |
UpdateIndexTypeRequest.Builder.arn(String arn)
The Amazon resource name
(ARN) of the index that you want to update.
|
static UpdateIndexTypeRequest.Builder |
UpdateIndexTypeRequest.builder() |
UpdateIndexTypeRequest.Builder |
UpdateIndexTypeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIndexTypeRequest.Builder |
UpdateIndexTypeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateIndexTypeRequest.Builder |
UpdateIndexTypeRequest.toBuilder() |
UpdateIndexTypeRequest.Builder |
UpdateIndexTypeRequest.Builder.type(IndexType type)
The type of the index.
|
UpdateIndexTypeRequest.Builder |
UpdateIndexTypeRequest.Builder.type(String type)
The type of the index.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateIndexTypeRequest.Builder> |
UpdateIndexTypeRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.