| Package | Description |
|---|---|
| com.amazonaws.services.ssmsap.model |
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.addPropertiesEntry(String key,
String value)
Add a single Properties entry
|
Operation |
Operation.clearPropertiesEntries()
Removes all the entries added into Properties.
|
Operation |
Operation.clone() |
Operation |
GetOperationResult.getOperation()
Returns the details of an operation.
|
Operation |
Operation.withEndTime(Date endTime)
The end time of the operation.
|
Operation |
Operation.withId(String id)
The ID of the operation.
|
Operation |
Operation.withLastUpdatedTime(Date lastUpdatedTime)
The time at which the operation was last updated.
|
Operation |
Operation.withProperties(Map<String,String> properties)
The properties of the operation.
|
Operation |
Operation.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the operation.
|
Operation |
Operation.withResourceId(String resourceId)
The resource ID of the operation.
|
Operation |
Operation.withResourceType(String resourceType)
The resource type of the operation.
|
Operation |
Operation.withStartTime(Date startTime)
The start time of the operation.
|
Operation |
Operation.withStatus(OperationStatus status)
The status of the operation.
|
Operation |
Operation.withStatus(String status)
The status of the operation.
|
Operation |
Operation.withStatusMessage(String statusMessage)
The status message of the operation.
|
Operation |
Operation.withType(String type)
The type of the operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<Operation> |
ListOperationsResult.getOperations()
List of operations performed by AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetOperationResult.setOperation(Operation operation)
Returns the details of an operation.
|
GetOperationResult |
GetOperationResult.withOperation(Operation operation)
Returns the details of an operation.
|
ListOperationsResult |
ListOperationsResult.withOperations(Operation... operations)
List of operations performed by AWS Systems Manager for SAP.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOperationsResult.setOperations(Collection<Operation> operations)
List of operations performed by AWS Systems Manager for SAP.
|
ListOperationsResult |
ListOperationsResult.withOperations(Collection<Operation> operations)
List of operations performed by AWS Systems Manager for SAP.
|
Copyright © 2023. All rights reserved.