Uses of Class
software.amazon.awssdk.services.sagemakeredge.model.GetDeviceRegistrationRequest
-
Packages that use GetDeviceRegistrationRequest 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 GetDeviceRegistrationRequest in software.amazon.awssdk.services.sagemakeredge
Methods in software.amazon.awssdk.services.sagemakeredge with parameters of type GetDeviceRegistrationRequest Modifier and Type Method Description default CompletableFuture<GetDeviceRegistrationResponse>SagemakerEdgeAsyncClient. getDeviceRegistration(GetDeviceRegistrationRequest getDeviceRegistrationRequest)Use to check if a device is registered with SageMaker Edge Manager.default GetDeviceRegistrationResponseSagemakerEdgeClient. getDeviceRegistration(GetDeviceRegistrationRequest getDeviceRegistrationRequest)Use to check if a device is registered with SageMaker Edge Manager. -
Uses of GetDeviceRegistrationRequest in software.amazon.awssdk.services.sagemakeredge.transform
Methods in software.amazon.awssdk.services.sagemakeredge.transform with parameters of type GetDeviceRegistrationRequest Modifier and Type Method Description SdkHttpFullRequestGetDeviceRegistrationRequestMarshaller. marshall(GetDeviceRegistrationRequest getDeviceRegistrationRequest)
-