| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudcontrol.model | |
| software.amazon.awssdk.services.cloudcontrol.paginators |
| Modifier and Type | Method and Description |
|---|---|
ProgressEvent |
CancelResourceRequestResponse.progressEvent()
Returns the value of the ProgressEvent property for this object.
|
ProgressEvent |
DeleteResourceResponse.progressEvent()
Represents the current status of the resource deletion request.
|
ProgressEvent |
GetResourceRequestStatusResponse.progressEvent()
Represents the current status of the resource operation request.
|
ProgressEvent |
UpdateResourceResponse.progressEvent()
Represents the current status of the resource update request.
|
ProgressEvent |
CreateResourceResponse.progressEvent()
Represents the current status of the resource creation request.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProgressEvent> |
ListResourceRequestsResponse.resourceRequestStatusSummaries()
The requests that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
CancelResourceRequestResponse.Builder |
CancelResourceRequestResponse.Builder.progressEvent(ProgressEvent progressEvent)
Sets the value of the ProgressEvent property for this object.
|
DeleteResourceResponse.Builder |
DeleteResourceResponse.Builder.progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource deletion request.
|
GetResourceRequestStatusResponse.Builder |
GetResourceRequestStatusResponse.Builder.progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource operation request.
|
UpdateResourceResponse.Builder |
UpdateResourceResponse.Builder.progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource update request.
|
CreateResourceResponse.Builder |
CreateResourceResponse.Builder.progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource creation request.
|
ListResourceRequestsResponse.Builder |
ListResourceRequestsResponse.Builder.resourceRequestStatusSummaries(ProgressEvent... resourceRequestStatusSummaries)
The requests that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceRequestsResponse.Builder |
ListResourceRequestsResponse.Builder.resourceRequestStatusSummaries(Collection<ProgressEvent> resourceRequestStatusSummaries)
The requests that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ProgressEvent> |
ListResourceRequestsPublisher.resourceRequestStatusSummaries()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ProgressEvent> |
ListResourceRequestsIterable.resourceRequestStatusSummaries()
Returns an iterable to iterate through the paginated
ListResourceRequestsResponse.resourceRequestStatusSummaries() member. |
Copyright © 2023. All rights reserved.