Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.ProgressEvent
Packages that use ProgressEvent
Package
Description
-
Uses of ProgressEvent in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return ProgressEventModifier and TypeMethodDescriptionfinal ProgressEventCancelResourceRequestResponse.progressEvent()Returns the value of the ProgressEvent property for this object.final ProgressEventCreateResourceResponse.progressEvent()Represents the current status of the resource creation request.final ProgressEventDeleteResourceResponse.progressEvent()Represents the current status of the resource deletion request.final ProgressEventGetResourceRequestStatusResponse.progressEvent()Represents the current status of the resource operation request.final 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 ProgressEventModifier and TypeMethodDescriptionfinal List<ProgressEvent>ListResourceRequestsResponse.resourceRequestStatusSummaries()The requests that match the specified filter criteria.Methods in software.amazon.awssdk.services.cloudcontrol.model with parameters of type ProgressEventModifier and TypeMethodDescriptionCancelResourceRequestResponse.Builder.progressEvent(ProgressEvent progressEvent) Sets the value of the ProgressEvent property for this object.CreateResourceResponse.Builder.progressEvent(ProgressEvent progressEvent) Represents the current status of the resource creation request.DeleteResourceResponse.Builder.progressEvent(ProgressEvent progressEvent) Represents the current status of the resource deletion request.GetResourceRequestStatusResponse.Builder.progressEvent(ProgressEvent progressEvent) Represents the current status of the resource operation request.UpdateResourceResponse.Builder.progressEvent(ProgressEvent progressEvent) Represents the current status of the resource update request.ListResourceRequestsResponse.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 ProgressEventModifier and TypeMethodDescriptionListResourceRequestsResponse.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 ProgressEventModifier and TypeMethodDescriptionfinal SdkIterable<ProgressEvent>ListResourceRequestsIterable.resourceRequestStatusSummaries()Returns an iterable to iterate through the paginatedListResourceRequestsResponse.resourceRequestStatusSummaries()member.final SdkPublisher<ProgressEvent>ListResourceRequestsPublisher.resourceRequestStatusSummaries()Returns a publisher that can be used to get a stream of data.