Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.ListAttachedIndicesRequest.Builder
-
Packages that use ListAttachedIndicesRequest.Builder Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ListAttachedIndicesRequest.Builder in software.amazon.awssdk.services.clouddirectory
Method parameters in software.amazon.awssdk.services.clouddirectory with type arguments of type ListAttachedIndicesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAttachedIndicesResponse>CloudDirectoryAsyncClient. listAttachedIndices(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)Lists indices attached to the specified object.default ListAttachedIndicesResponseCloudDirectoryClient. listAttachedIndices(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)Lists indices attached to the specified object.default ListAttachedIndicesPublisherCloudDirectoryAsyncClient. listAttachedIndicesPaginator(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)Lists indices attached to the specified object.default ListAttachedIndicesIterableCloudDirectoryClient. listAttachedIndicesPaginator(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)Lists indices attached to the specified object. -
Uses of ListAttachedIndicesRequest.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return ListAttachedIndicesRequest.Builder Modifier and Type Method Description static ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest. builder()ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest.Builder. consistencyLevel(String consistencyLevel)The consistency level to use for this operation.ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest.Builder. consistencyLevel(ConsistencyLevel consistencyLevel)The consistency level to use for this operation.ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest.Builder. directoryArn(String directoryArn)The ARN of the directory.ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to retrieve.ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest.Builder. nextToken(String nextToken)The pagination token.ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest.Builder. targetReference(Consumer<ObjectReference.Builder> targetReference)A reference to the object that has indices attached.ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest.Builder. targetReference(ObjectReference targetReference)A reference to the object that has indices attached.ListAttachedIndicesRequest.BuilderListAttachedIndicesRequest. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ListAttachedIndicesRequest.Builder Modifier and Type Method Description static Class<? extends ListAttachedIndicesRequest.Builder>ListAttachedIndicesRequest. serializableBuilderClass()
-