Uses of Class
software.amazon.awssdk.services.launchwizard.model.DeploymentEventDataSummary
-
Packages that use DeploymentEventDataSummary Package Description software.amazon.awssdk.services.launchwizard.model software.amazon.awssdk.services.launchwizard.paginators -
-
Uses of DeploymentEventDataSummary in software.amazon.awssdk.services.launchwizard.model
Methods in software.amazon.awssdk.services.launchwizard.model that return types with arguments of type DeploymentEventDataSummary Modifier and Type Method Description List<DeploymentEventDataSummary>ListDeploymentEventsResponse. deploymentEvents()Lists the deployment events.Methods in software.amazon.awssdk.services.launchwizard.model with parameters of type DeploymentEventDataSummary Modifier and Type Method Description ListDeploymentEventsResponse.BuilderListDeploymentEventsResponse.Builder. deploymentEvents(DeploymentEventDataSummary... deploymentEvents)Lists the deployment events.Method parameters in software.amazon.awssdk.services.launchwizard.model with type arguments of type DeploymentEventDataSummary Modifier and Type Method Description ListDeploymentEventsResponse.BuilderListDeploymentEventsResponse.Builder. deploymentEvents(Collection<DeploymentEventDataSummary> deploymentEvents)Lists the deployment events. -
Uses of DeploymentEventDataSummary in software.amazon.awssdk.services.launchwizard.paginators
Methods in software.amazon.awssdk.services.launchwizard.paginators that return types with arguments of type DeploymentEventDataSummary Modifier and Type Method Description SdkIterable<DeploymentEventDataSummary>ListDeploymentEventsIterable. deploymentEvents()Returns an iterable to iterate through the paginatedListDeploymentEventsResponse.deploymentEvents()member.SdkPublisher<DeploymentEventDataSummary>ListDeploymentEventsPublisher. deploymentEvents()Returns a publisher that can be used to get a stream of data.
-