Uses of Class
software.amazon.awssdk.services.m2.model.DeploymentSummary
-
Packages that use DeploymentSummary Package Description software.amazon.awssdk.services.m2.model software.amazon.awssdk.services.m2.paginators -
-
Uses of DeploymentSummary in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type DeploymentSummary Modifier and Type Method Description List<DeploymentSummary>ListDeploymentsResponse. deployments()The list of deployments that is returned.Methods in software.amazon.awssdk.services.m2.model with parameters of type DeploymentSummary Modifier and Type Method Description ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(DeploymentSummary... deployments)The list of deployments that is returned.Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type DeploymentSummary Modifier and Type Method Description ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(Collection<DeploymentSummary> deployments)The list of deployments that is returned. -
Uses of DeploymentSummary in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.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.
-