| Package | Description |
|---|---|
| com.amazonaws.services.cloudcontrolapi.model |
| Modifier and Type | Method and Description |
|---|---|
ProgressEvent |
ProgressEvent.clone() |
ProgressEvent |
UpdateResourceResult.getProgressEvent()
Represents the current status of the resource update request.
|
ProgressEvent |
GetResourceRequestStatusResult.getProgressEvent()
Represents the current status of the resource operation request.
|
ProgressEvent |
DeleteResourceResult.getProgressEvent()
Represents the current status of the resource deletion request.
|
ProgressEvent |
CreateResourceResult.getProgressEvent()
Represents the current status of the resource creation request.
|
ProgressEvent |
CancelResourceRequestResult.getProgressEvent() |
ProgressEvent |
ProgressEvent.withErrorCode(HandlerErrorCode errorCode)
For requests with a status of
FAILED, the associated error code. |
ProgressEvent |
ProgressEvent.withErrorCode(String errorCode)
For requests with a status of
FAILED, the associated error code. |
ProgressEvent |
ProgressEvent.withEventTime(Date eventTime)
When the resource operation request was initiated.
|
ProgressEvent |
ProgressEvent.withIdentifier(String identifier)
The primary identifier for the resource.
|
ProgressEvent |
ProgressEvent.withOperation(Operation operation)
The resource operation type.
|
ProgressEvent |
ProgressEvent.withOperation(String operation)
The resource operation type.
|
ProgressEvent |
ProgressEvent.withOperationStatus(OperationStatus operationStatus)
The current status of the resource operation request.
|
ProgressEvent |
ProgressEvent.withOperationStatus(String operationStatus)
The current status of the resource operation request.
|
ProgressEvent |
ProgressEvent.withRequestToken(String requestToken)
The unique token representing this resource operation request.
|
ProgressEvent |
ProgressEvent.withResourceModel(String resourceModel)
A JSON string containing the resource model, consisting of each resource property and its current value.
|
ProgressEvent |
ProgressEvent.withRetryAfter(Date retryAfter)
When to next request the status of this resource operation request.
|
ProgressEvent |
ProgressEvent.withStatusMessage(String statusMessage)
Any message explaining the current status.
|
ProgressEvent |
ProgressEvent.withTypeName(String typeName)
The name of the resource type used in the operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProgressEvent> |
ListResourceRequestsResult.getResourceRequestStatusSummaries()
The requests that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResourceResult.setProgressEvent(ProgressEvent progressEvent)
Represents the current status of the resource update request.
|
void |
GetResourceRequestStatusResult.setProgressEvent(ProgressEvent progressEvent)
Represents the current status of the resource operation request.
|
void |
DeleteResourceResult.setProgressEvent(ProgressEvent progressEvent)
Represents the current status of the resource deletion request.
|
void |
CreateResourceResult.setProgressEvent(ProgressEvent progressEvent)
Represents the current status of the resource creation request.
|
void |
CancelResourceRequestResult.setProgressEvent(ProgressEvent progressEvent) |
UpdateResourceResult |
UpdateResourceResult.withProgressEvent(ProgressEvent progressEvent)
Represents the current status of the resource update request.
|
GetResourceRequestStatusResult |
GetResourceRequestStatusResult.withProgressEvent(ProgressEvent progressEvent)
Represents the current status of the resource operation request.
|
DeleteResourceResult |
DeleteResourceResult.withProgressEvent(ProgressEvent progressEvent)
Represents the current status of the resource deletion request.
|
CreateResourceResult |
CreateResourceResult.withProgressEvent(ProgressEvent progressEvent)
Represents the current status of the resource creation request.
|
CancelResourceRequestResult |
CancelResourceRequestResult.withProgressEvent(ProgressEvent progressEvent) |
ListResourceRequestsResult |
ListResourceRequestsResult.withResourceRequestStatusSummaries(ProgressEvent... resourceRequestStatusSummaries)
The requests that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceRequestsResult.setResourceRequestStatusSummaries(Collection<ProgressEvent> resourceRequestStatusSummaries)
The requests that match the specified filter criteria.
|
ListResourceRequestsResult |
ListResourceRequestsResult.withResourceRequestStatusSummaries(Collection<ProgressEvent> resourceRequestStatusSummaries)
The requests that match the specified filter criteria.
|
Copyright © 2023. All rights reserved.