Uses of Interface
software.amazon.awssdk.services.sagemakeredge.model.GetDeploymentsRequest.Builder
-
Packages that use GetDeploymentsRequest.Builder Package Description software.amazon.awssdk.services.sagemakeredge SageMaker Edge Manager dataplane service for communicating with active agents.software.amazon.awssdk.services.sagemakeredge.model -
-
Uses of GetDeploymentsRequest.Builder in software.amazon.awssdk.services.sagemakeredge
Method parameters in software.amazon.awssdk.services.sagemakeredge with type arguments of type GetDeploymentsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeploymentsResponse>SagemakerEdgeAsyncClient. getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)Use to get the active deployments from a device.default GetDeploymentsResponseSagemakerEdgeClient. getDeployments(Consumer<GetDeploymentsRequest.Builder> getDeploymentsRequest)Use to get the active deployments from a device. -
Uses of GetDeploymentsRequest.Builder in software.amazon.awssdk.services.sagemakeredge.model
Methods in software.amazon.awssdk.services.sagemakeredge.model that return GetDeploymentsRequest.Builder Modifier and Type Method Description static GetDeploymentsRequest.BuilderGetDeploymentsRequest. builder()GetDeploymentsRequest.BuilderGetDeploymentsRequest.Builder. deviceFleetName(String deviceFleetName)The name of the fleet that the device belongs to.GetDeploymentsRequest.BuilderGetDeploymentsRequest.Builder. deviceName(String deviceName)The unique name of the device you want to get the configuration of active deployments from.GetDeploymentsRequest.BuilderGetDeploymentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeploymentsRequest.BuilderGetDeploymentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeploymentsRequest.BuilderGetDeploymentsRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemakeredge.model that return types with arguments of type GetDeploymentsRequest.Builder Modifier and Type Method Description static Class<? extends GetDeploymentsRequest.Builder>GetDeploymentsRequest. serializableBuilderClass()
-