Uses of Class
software.amazon.awssdk.services.greengrassv2.model.GetComponentVersionArtifactRequest
-
Packages that use GetComponentVersionArtifactRequest Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.software.amazon.awssdk.services.greengrassv2.transform -
-
Uses of GetComponentVersionArtifactRequest in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 with parameters of type GetComponentVersionArtifactRequest Modifier and Type Method Description default CompletableFuture<GetComponentVersionArtifactResponse>GreengrassV2AsyncClient. getComponentVersionArtifact(GetComponentVersionArtifactRequest getComponentVersionArtifactRequest)Gets the pre-signed URL to download a public or a Lambda component artifact.default GetComponentVersionArtifactResponseGreengrassV2Client. getComponentVersionArtifact(GetComponentVersionArtifactRequest getComponentVersionArtifactRequest)Gets the pre-signed URL to download a public or a Lambda component artifact. -
Uses of GetComponentVersionArtifactRequest in software.amazon.awssdk.services.greengrassv2.transform
Methods in software.amazon.awssdk.services.greengrassv2.transform with parameters of type GetComponentVersionArtifactRequest Modifier and Type Method Description SdkHttpFullRequestGetComponentVersionArtifactRequestMarshaller. marshall(GetComponentVersionArtifactRequest getComponentVersionArtifactRequest)
-