Uses of Class
software.amazon.awssdk.services.greengrass.model.Deployment
-
Packages that use Deployment Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of Deployment in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>ListDeploymentsResponse. deployments()A list of deployments for the requested groups.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type Deployment Modifier and Type Method Description ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(Deployment... deployments)A list of deployments for the requested groups.Method parameters in software.amazon.awssdk.services.greengrass.model with type arguments of type Deployment Modifier and Type Method Description ListDeploymentsResponse.BuilderListDeploymentsResponse.Builder. deployments(Collection<Deployment> deployments)A list of deployments for the requested groups.
-