Uses of Class
software.amazon.awssdk.services.proton.model.DeploymentSummary
-
Packages that use DeploymentSummary Package Description software.amazon.awssdk.services.proton.model software.amazon.awssdk.services.proton.paginators -
-
Uses of DeploymentSummary in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type DeploymentSummary Modifier and Type Method Description List<DeploymentSummary>ListDeploymentsResponse. deployments()An array of deployment with summary data.Methods in software.amazon.awssdk.services.proton.model with parameters of type DeploymentSummary Modifier and Type Method Description ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(DeploymentSummary... deployments)An array of deployment with summary data.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type DeploymentSummary Modifier and Type Method Description ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(Collection<DeploymentSummary> deployments)An array of deployment with summary data. -
Uses of DeploymentSummary in software.amazon.awssdk.services.proton.paginators
Methods in software.amazon.awssdk.services.proton.paginators that return types with arguments of type DeploymentSummary Modifier and Type Method Description SdkIterable<DeploymentSummary>ListDeploymentsIterable. deployments()Returns an iterable to iterate through the paginatedListDeploymentsResponse.deployments()member.SdkPublisher<DeploymentSummary>ListDeploymentsPublisher. deployments()Returns a publisher that can be used to get a stream of data.
-