Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListAttachedIndicesResponse
-
Packages that use ListAttachedIndicesResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators -
-
Uses of ListAttachedIndicesResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ListAttachedIndicesResponse Modifier and Type Method Description default ListAttachedIndicesResponseCloudDirectoryClient. listAttachedIndices(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)Lists indices attached to the specified object.default ListAttachedIndicesResponseCloudDirectoryClient. listAttachedIndices(ListAttachedIndicesRequest listAttachedIndicesRequest)Lists indices attached to the specified object.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type ListAttachedIndicesResponse Modifier and Type Method Description default CompletableFuture<ListAttachedIndicesResponse>CloudDirectoryAsyncClient. listAttachedIndices(Consumer<ListAttachedIndicesRequest.Builder> listAttachedIndicesRequest)Lists indices attached to the specified object.default CompletableFuture<ListAttachedIndicesResponse>CloudDirectoryAsyncClient. listAttachedIndices(ListAttachedIndicesRequest listAttachedIndicesRequest)Lists indices attached to the specified object. -
Uses of ListAttachedIndicesResponse in software.amazon.awssdk.services.clouddirectory.paginators
Methods in software.amazon.awssdk.services.clouddirectory.paginators that return types with arguments of type ListAttachedIndicesResponse Modifier and Type Method Description Iterator<ListAttachedIndicesResponse>ListAttachedIndicesIterable. iterator()Method parameters in software.amazon.awssdk.services.clouddirectory.paginators with type arguments of type ListAttachedIndicesResponse Modifier and Type Method Description voidListAttachedIndicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAttachedIndicesResponse> subscriber)
-