Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ListObjectAttributesRequest
-
Packages that use ListObjectAttributesRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of ListObjectAttributesRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type ListObjectAttributesRequest Modifier and Type Method Description default CompletableFuture<ListObjectAttributesResponse>CloudDirectoryAsyncClient. listObjectAttributes(ListObjectAttributesRequest listObjectAttributesRequest)Lists all attributes that are associated with an object.default ListObjectAttributesResponseCloudDirectoryClient. listObjectAttributes(ListObjectAttributesRequest listObjectAttributesRequest)Lists all attributes that are associated with an object.default ListObjectAttributesPublisherCloudDirectoryAsyncClient. listObjectAttributesPaginator(ListObjectAttributesRequest listObjectAttributesRequest)Lists all attributes that are associated with an object.default ListObjectAttributesIterableCloudDirectoryClient. listObjectAttributesPaginator(ListObjectAttributesRequest listObjectAttributesRequest)Lists all attributes that are associated with an object. -
Uses of ListObjectAttributesRequest in software.amazon.awssdk.services.clouddirectory.paginators
Constructors in software.amazon.awssdk.services.clouddirectory.paginators with parameters of type ListObjectAttributesRequest Constructor Description ListObjectAttributesIterable(CloudDirectoryClient client, ListObjectAttributesRequest firstRequest)ListObjectAttributesPublisher(CloudDirectoryAsyncClient client, ListObjectAttributesRequest firstRequest) -
Uses of ListObjectAttributesRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type ListObjectAttributesRequest Modifier and Type Method Description SdkHttpFullRequestListObjectAttributesRequestMarshaller. marshall(ListObjectAttributesRequest listObjectAttributesRequest)
-