Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.MemberIndex
-
Packages that use MemberIndex Package Description software.amazon.awssdk.services.resourceexplorer2.model software.amazon.awssdk.services.resourceexplorer2.paginators -
-
Uses of MemberIndex in software.amazon.awssdk.services.resourceexplorer2.model
Methods in software.amazon.awssdk.services.resourceexplorer2.model that return types with arguments of type MemberIndex Modifier and Type Method Description List<MemberIndex>ListIndexesForMembersResponse. indexes()A structure that contains the details and status of each index.Methods in software.amazon.awssdk.services.resourceexplorer2.model with parameters of type MemberIndex Modifier and Type Method Description ListIndexesForMembersResponse.BuilderListIndexesForMembersResponse.Builder. indexes(MemberIndex... indexes)A structure that contains the details and status of each index.Method parameters in software.amazon.awssdk.services.resourceexplorer2.model with type arguments of type MemberIndex Modifier and Type Method Description ListIndexesForMembersResponse.BuilderListIndexesForMembersResponse.Builder. indexes(Collection<MemberIndex> indexes)A structure that contains the details and status of each index. -
Uses of MemberIndex in software.amazon.awssdk.services.resourceexplorer2.paginators
Methods in software.amazon.awssdk.services.resourceexplorer2.paginators that return types with arguments of type MemberIndex Modifier and Type Method Description SdkIterable<MemberIndex>ListIndexesForMembersIterable. indexes()Returns an iterable to iterate through the paginatedListIndexesForMembersResponse.indexes()member.SdkPublisher<MemberIndex>ListIndexesForMembersPublisher. indexes()Returns a publisher that can be used to get a stream of data.
-