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