Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.ProgressEvent
-
Packages that use ProgressEvent Package Description software.amazon.awssdk.services.cloudcontrol.model software.amazon.awssdk.services.cloudcontrol.paginators -
-
Uses of ProgressEvent in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return ProgressEvent Modifier and Type Method Description ProgressEventCancelResourceRequestResponse. progressEvent()Returns the value of the ProgressEvent property for this object.ProgressEventCreateResourceResponse. progressEvent()Represents the current status of the resource creation request.ProgressEventDeleteResourceResponse. progressEvent()Represents the current status of the resource deletion request.ProgressEventGetResourceRequestStatusResponse. progressEvent()Represents the current status of the resource operation request.ProgressEventUpdateResourceResponse. progressEvent()Represents the current status of the resource update request.Methods in software.amazon.awssdk.services.cloudcontrol.model that return types with arguments of type ProgressEvent Modifier and Type Method Description List<ProgressEvent>ListResourceRequestsResponse. resourceRequestStatusSummaries()The requests that match the specified filter criteria.Methods in software.amazon.awssdk.services.cloudcontrol.model with parameters of type ProgressEvent Modifier and Type Method Description CancelResourceRequestResponse.BuilderCancelResourceRequestResponse.Builder. progressEvent(ProgressEvent progressEvent)Sets the value of the ProgressEvent property for this object.CreateResourceResponse.BuilderCreateResourceResponse.Builder. progressEvent(ProgressEvent progressEvent)Represents the current status of the resource creation request.DeleteResourceResponse.BuilderDeleteResourceResponse.Builder. progressEvent(ProgressEvent progressEvent)Represents the current status of the resource deletion request.GetResourceRequestStatusResponse.BuilderGetResourceRequestStatusResponse.Builder. progressEvent(ProgressEvent progressEvent)Represents the current status of the resource operation request.UpdateResourceResponse.BuilderUpdateResourceResponse.Builder. progressEvent(ProgressEvent progressEvent)Represents the current status of the resource update request.ListResourceRequestsResponse.BuilderListResourceRequestsResponse.Builder. resourceRequestStatusSummaries(ProgressEvent... resourceRequestStatusSummaries)The requests that match the specified filter criteria.Method parameters in software.amazon.awssdk.services.cloudcontrol.model with type arguments of type ProgressEvent Modifier and Type Method Description ListResourceRequestsResponse.BuilderListResourceRequestsResponse.Builder. resourceRequestStatusSummaries(Collection<ProgressEvent> resourceRequestStatusSummaries)The requests that match the specified filter criteria. -
Uses of ProgressEvent in software.amazon.awssdk.services.cloudcontrol.paginators
Methods in software.amazon.awssdk.services.cloudcontrol.paginators that return types with arguments of type ProgressEvent Modifier and Type Method Description SdkIterable<ProgressEvent>ListResourceRequestsIterable. resourceRequestStatusSummaries()Returns an iterable to iterate through the paginatedListResourceRequestsResponse.resourceRequestStatusSummaries()member.SdkPublisher<ProgressEvent>ListResourceRequestsPublisher. resourceRequestStatusSummaries()Returns a publisher that can be used to get a stream of data.
-