| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
OperationSummary |
OperationSummary.clone() |
OperationSummary |
OperationSummary.withId(String id)
The ID for an operation.
|
OperationSummary |
OperationSummary.withStatus(OperationStatus status)
The status of the operation.
|
OperationSummary |
OperationSummary.withStatus(String status)
The status of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationSummary> |
ListOperationsResult.getOperations()
Summary information about the operations that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListOperationsResult |
ListOperationsResult.withOperations(OperationSummary... operations)
Summary information about the operations that match the specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOperationsResult.setOperations(Collection<OperationSummary> operations)
Summary information about the operations that match the specified criteria.
|
ListOperationsResult |
ListOperationsResult.withOperations(Collection<OperationSummary> operations)
Summary information about the operations that match the specified criteria.
|
Copyright © 2022. All rights reserved.