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