Uses of Class
software.amazon.awssdk.services.ec2.model.StorageLocation
-
Packages that use StorageLocation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of StorageLocation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StorageLocation Modifier and Type Method Description StorageLocationCreateFpgaImageRequest. inputStorageLocation()The location of the encrypted design checkpoint in Amazon S3.StorageLocationCreateFpgaImageRequest. logsStorageLocation()The location in Amazon S3 for the output logs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type StorageLocation Modifier and Type Method Description CreateFpgaImageRequest.BuilderCreateFpgaImageRequest.Builder. inputStorageLocation(StorageLocation inputStorageLocation)The location of the encrypted design checkpoint in Amazon S3.CreateFpgaImageRequest.BuilderCreateFpgaImageRequest.Builder. logsStorageLocation(StorageLocation logsStorageLocation)The location in Amazon S3 for the output logs.
-