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