| Package | Description |
|---|---|
| com.amazonaws.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Distribution |
Distribution.clone() |
Distribution |
Distribution.withAmiDistributionConfiguration(AmiDistributionConfiguration amiDistributionConfiguration)
The specific AMI settings (for example, launch permissions, AMI tags).
|
Distribution |
Distribution.withLicenseConfigurationArns(Collection<String> licenseConfigurationArns)
The License Manager Configuration to associate with the AMI in the specified Region.
|
Distribution |
Distribution.withLicenseConfigurationArns(String... licenseConfigurationArns)
The License Manager Configuration to associate with the AMI in the specified Region.
|
Distribution |
Distribution.withRegion(String region)
The target Region.
|
| Modifier and Type | Method and Description |
|---|---|
List<Distribution> |
UpdateDistributionConfigurationRequest.getDistributions()
The distributions of the distribution configuration.
|
List<Distribution> |
DistributionConfiguration.getDistributions()
The distributions of the distribution configuration.
|
List<Distribution> |
CreateDistributionConfigurationRequest.getDistributions()
The distributions of the distribution configuration.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDistributionConfigurationRequest |
UpdateDistributionConfigurationRequest.withDistributions(Distribution... distributions)
The distributions of the distribution configuration.
|
DistributionConfiguration |
DistributionConfiguration.withDistributions(Distribution... distributions)
The distributions of the distribution configuration.
|
CreateDistributionConfigurationRequest |
CreateDistributionConfigurationRequest.withDistributions(Distribution... distributions)
The distributions of the distribution configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDistributionConfigurationRequest.setDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
void |
DistributionConfiguration.setDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
void |
CreateDistributionConfigurationRequest.setDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
UpdateDistributionConfigurationRequest |
UpdateDistributionConfigurationRequest.withDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
DistributionConfiguration |
DistributionConfiguration.withDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
CreateDistributionConfigurationRequest |
CreateDistributionConfigurationRequest.withDistributions(Collection<Distribution> distributions)
The distributions of the distribution configuration.
|
Copyright © 2020. All rights reserved.