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