| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
BatchReadOperation |
BatchReadOperation.clone() |
BatchReadOperation |
BatchReadOperation.withListObjectAttributes(BatchListObjectAttributes listObjectAttributes)
Lists all attributes associated with an object.
|
BatchReadOperation |
BatchReadOperation.withListObjectChildren(BatchListObjectChildren listObjectChildren)
Returns a paginated list of child objects that are associated with a given object.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchReadOperation> |
BatchReadRequest.getOperations()
List of operations that are part of the batch.
|
| Modifier and Type | Method and Description |
|---|---|
BatchReadRequest |
BatchReadRequest.withOperations(BatchReadOperation... operations)
List of operations that are part of the batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchReadRequest.setOperations(Collection<BatchReadOperation> operations)
List of operations that are part of the batch.
|
BatchReadRequest |
BatchReadRequest.withOperations(Collection<BatchReadOperation> operations)
List of operations that are part of the batch.
|
Copyright © 2017. All rights reserved.