| Package | Description |
|---|---|
| com.amazonaws.services.resourceexplorer2.model |
| Modifier and Type | Method and Description |
|---|---|
MemberIndex |
MemberIndex.clone() |
MemberIndex |
MemberIndex.withAccountId(String accountId)
The account ID for the index.
|
MemberIndex |
MemberIndex.withArn(String arn)
The Amazon resource name
(ARN) of the index.
|
MemberIndex |
MemberIndex.withRegion(String region)
The Amazon Web Services Region in which the index exists.
|
MemberIndex |
MemberIndex.withType(IndexType type)
The type of index.
|
MemberIndex |
MemberIndex.withType(String type)
The type of index.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberIndex> |
ListIndexesForMembersResult.getIndexes()
A structure that contains the details and status of each index.
|
| Modifier and Type | Method and Description |
|---|---|
ListIndexesForMembersResult |
ListIndexesForMembersResult.withIndexes(MemberIndex... indexes)
A structure that contains the details and status of each index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIndexesForMembersResult.setIndexes(Collection<MemberIndex> indexes)
A structure that contains the details and status of each index.
|
ListIndexesForMembersResult |
ListIndexesForMembersResult.withIndexes(Collection<MemberIndex> indexes)
A structure that contains the details and status of each index.
|
Copyright © 2025. All rights reserved.