Uses of Class
software.amazon.awssdk.services.sagemakeredge.model.GetDeploymentsRequest
-
Packages that use GetDeploymentsRequest Package Description software.amazon.awssdk.services.sagemakeredge SageMaker Edge Manager dataplane service for communicating with active agents.software.amazon.awssdk.services.sagemakeredge.transform -
-
Uses of GetDeploymentsRequest in software.amazon.awssdk.services.sagemakeredge
Methods in software.amazon.awssdk.services.sagemakeredge with parameters of type GetDeploymentsRequest Modifier and Type Method Description default CompletableFuture<GetDeploymentsResponse>SagemakerEdgeAsyncClient. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Use to get the active deployments from a device.default GetDeploymentsResponseSagemakerEdgeClient. getDeployments(GetDeploymentsRequest getDeploymentsRequest)Use to get the active deployments from a device. -
Uses of GetDeploymentsRequest in software.amazon.awssdk.services.sagemakeredge.transform
Methods in software.amazon.awssdk.services.sagemakeredge.transform with parameters of type GetDeploymentsRequest Modifier and Type Method Description SdkHttpFullRequestGetDeploymentsRequestMarshaller. marshall(GetDeploymentsRequest getDeploymentsRequest)
-