Uses of Class
software.amazon.awssdk.services.greengrassv2.model.ComponentDeploymentSpecification
-
Packages that use ComponentDeploymentSpecification Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of ComponentDeploymentSpecification in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type ComponentDeploymentSpecification Modifier and Type Method Description Map<String,ComponentDeploymentSpecification>CreateDeploymentRequest. components()The components to deploy.Map<String,ComponentDeploymentSpecification>GetDeploymentResponse. components()The components to deploy.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type ComponentDeploymentSpecification Modifier and Type Method Description CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. components(Map<String,ComponentDeploymentSpecification> components)The components to deploy.GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. components(Map<String,ComponentDeploymentSpecification> components)The components to deploy.
-