| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
StorageLocation |
StorageLocation.clone() |
StorageLocation |
DescribePackageResult.getStorageLocation()
The package's storage location.
|
StorageLocation |
CreatePackageResult.getStorageLocation()
The package's storage location.
|
StorageLocation |
StorageLocation.withBinaryPrefixLocation(String binaryPrefixLocation)
The location's binary prefix.
|
StorageLocation |
StorageLocation.withBucket(String bucket)
The location's bucket.
|
StorageLocation |
StorageLocation.withGeneratedPrefixLocation(String generatedPrefixLocation)
The location's generated prefix.
|
StorageLocation |
StorageLocation.withManifestPrefixLocation(String manifestPrefixLocation)
The location's manifest prefix.
|
StorageLocation |
StorageLocation.withRepoPrefixLocation(String repoPrefixLocation)
The location's repo prefix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePackageResult.setStorageLocation(StorageLocation storageLocation)
The package's storage location.
|
void |
CreatePackageResult.setStorageLocation(StorageLocation storageLocation)
The package's storage location.
|
DescribePackageResult |
DescribePackageResult.withStorageLocation(StorageLocation storageLocation)
The package's storage location.
|
CreatePackageResult |
CreatePackageResult.withStorageLocation(StorageLocation storageLocation)
The package's storage location.
|
Copyright © 2025. All rights reserved.