Uses of Class
software.amazon.awssdk.services.sagemakeredge.model.EdgeDeployment
-
Packages that use EdgeDeployment Package Description software.amazon.awssdk.services.sagemakeredge.model -
-
Uses of EdgeDeployment in software.amazon.awssdk.services.sagemakeredge.model
Methods in software.amazon.awssdk.services.sagemakeredge.model that return types with arguments of type EdgeDeployment Modifier and Type Method Description List<EdgeDeployment>GetDeploymentsResponse. deployments()Returns a list of the configurations of the active deployments on the device.Methods in software.amazon.awssdk.services.sagemakeredge.model with parameters of type EdgeDeployment Modifier and Type Method Description GetDeploymentsResponse.BuilderGetDeploymentsResponse.Builder. deployments(EdgeDeployment... deployments)Returns a list of the configurations of the active deployments on the device.Method parameters in software.amazon.awssdk.services.sagemakeredge.model with type arguments of type EdgeDeployment Modifier and Type Method Description GetDeploymentsResponse.BuilderGetDeploymentsResponse.Builder. deployments(Collection<EdgeDeployment> deployments)Returns a list of the configurations of the active deployments on the device.
-