| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.addTargetsEntry(String key,
String value)
Add a single Targets entry
|
Operation |
Operation.clearTargetsEntries()
Removes all the entries added into Targets.
|
Operation |
Operation.clone() |
Operation |
GetOperationResult.getOperation()
A complex type that contains information about the operation.
|
Operation |
Operation.withCreateDate(Date createDate)
The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time (UTC).
|
Operation |
Operation.withErrorCode(String errorCode)
The code associated with
ErrorMessage. |
Operation |
Operation.withErrorMessage(String errorMessage)
If the value of
Status is FAIL, the reason that the operation failed. |
Operation |
Operation.withId(String id)
The ID of the operation that you want to get information about.
|
Operation |
Operation.withStatus(OperationStatus status)
The status of the operation.
|
Operation |
Operation.withStatus(String status)
The status of the operation.
|
Operation |
Operation.withTargets(Map<String,String> targets)
The name of the target entity that's associated with the operation:
|
Operation |
Operation.withType(OperationType type)
The name of the operation that's associated with the specified ID.
|
Operation |
Operation.withType(String type)
The name of the operation that's associated with the specified ID.
|
Operation |
Operation.withUpdateDate(Date updateDate)
The date and time that the value of
Status changed to the current value, in Unix date/time format
and Coordinated Universal Time (UTC). |
| Modifier and Type | Method and Description |
|---|---|
void |
GetOperationResult.setOperation(Operation operation)
A complex type that contains information about the operation.
|
GetOperationResult |
GetOperationResult.withOperation(Operation operation)
A complex type that contains information about the operation.
|
Copyright © 2024. All rights reserved.