Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListObjectAttributesResponse
-
Packages that use ListObjectAttributesResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators -
-
Uses of ListObjectAttributesResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return ListObjectAttributesResponse Modifier and Type Method Description default ListObjectAttributesResponseCloudDirectoryClient. listObjectAttributes(Consumer<ListObjectAttributesRequest.Builder> listObjectAttributesRequest)Lists all attributes that are associated with an object.default ListObjectAttributesResponseCloudDirectoryClient. listObjectAttributes(ListObjectAttributesRequest listObjectAttributesRequest)Lists all attributes that are associated with an object.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type ListObjectAttributesResponse Modifier and Type Method Description default CompletableFuture<ListObjectAttributesResponse>CloudDirectoryAsyncClient. listObjectAttributes(Consumer<ListObjectAttributesRequest.Builder> listObjectAttributesRequest)Lists all attributes that are associated with an object.default CompletableFuture<ListObjectAttributesResponse>CloudDirectoryAsyncClient. listObjectAttributes(ListObjectAttributesRequest listObjectAttributesRequest)Lists all attributes that are associated with an object. -
Uses of ListObjectAttributesResponse in software.amazon.awssdk.services.clouddirectory.paginators
Methods in software.amazon.awssdk.services.clouddirectory.paginators that return types with arguments of type ListObjectAttributesResponse Modifier and Type Method Description Iterator<ListObjectAttributesResponse>ListObjectAttributesIterable. iterator()Method parameters in software.amazon.awssdk.services.clouddirectory.paginators with type arguments of type ListObjectAttributesResponse Modifier and Type Method Description voidListObjectAttributesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListObjectAttributesResponse> subscriber)
-