Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.GetComponentVersionArtifactRequest.Builder
-
Packages that use GetComponentVersionArtifactRequest.Builder 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.model -
-
Uses of GetComponentVersionArtifactRequest.Builder in software.amazon.awssdk.services.greengrassv2
Method parameters in software.amazon.awssdk.services.greengrassv2 with type arguments of type GetComponentVersionArtifactRequest.Builder 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 GetComponentVersionArtifactResponseGreengrassV2Client. getComponentVersionArtifact(Consumer<GetComponentVersionArtifactRequest.Builder> getComponentVersionArtifactRequest)Gets the pre-signed URL to download a public or a Lambda component artifact. -
Uses of GetComponentVersionArtifactRequest.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return GetComponentVersionArtifactRequest.Builder Modifier and Type Method Description GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest.Builder. arn(String arn)The ARN of the component version.GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest.Builder. artifactName(String artifactName)The name of the artifact.static GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest. builder()GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest.Builder. iotEndpointType(String iotEndpointType)Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint.GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest.Builder. iotEndpointType(IotEndpointType iotEndpointType)Determines if the Amazon S3 URL returned is a FIPS pre-signed URL endpoint.GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest.Builder. s3EndpointType(String s3EndpointType)Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest.Builder. s3EndpointType(S3EndpointType s3EndpointType)Specifies the endpoint to use when getting Amazon S3 pre-signed URLs.GetComponentVersionArtifactRequest.BuilderGetComponentVersionArtifactRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type GetComponentVersionArtifactRequest.Builder Modifier and Type Method Description static Class<? extends GetComponentVersionArtifactRequest.Builder>GetComponentVersionArtifactRequest. serializableBuilderClass()
-