Uses of Interface
software.amazon.awscdk.services.ec2.CfnFpgaImage.StorageLocationProperty
Packages that use CfnFpgaImage.StorageLocationProperty
-
Uses of CfnFpgaImage.StorageLocationProperty in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement CfnFpgaImage.StorageLocationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnFpgaImage.StorageLocationPropertyMethods in software.amazon.awscdk.services.ec2 that return CfnFpgaImage.StorageLocationPropertyModifier and TypeMethodDescriptionCfnFpgaImage.StorageLocationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 with parameters of type CfnFpgaImage.StorageLocationPropertyModifier and TypeMethodDescriptionCfnFpgaImage.Builder.inputStorageLocation(CfnFpgaImage.StorageLocationProperty inputStorageLocation) Describes a storage location in Amazon S3.CfnFpgaImageProps.Builder.inputStorageLocation(CfnFpgaImage.StorageLocationProperty inputStorageLocation) Sets the value ofCfnFpgaImageProps.getInputStorageLocation()CfnFpgaImage.Builder.logsStorageLocation(CfnFpgaImage.StorageLocationProperty logsStorageLocation) Describes a storage location in Amazon S3.CfnFpgaImageProps.Builder.logsStorageLocation(CfnFpgaImage.StorageLocationProperty logsStorageLocation) Sets the value ofCfnFpgaImageProps.getLogsStorageLocation()voidCfnFpgaImage.setInputStorageLocation(CfnFpgaImage.StorageLocationProperty value) Describes a storage location in Amazon S3.voidCfnFpgaImage.setLogsStorageLocation(CfnFpgaImage.StorageLocationProperty value) Describes a storage location in Amazon S3.