Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FastLaunchSnapshotConfigurationResponse |
FastLaunchSnapshotConfigurationResponse.clone() |
FastLaunchSnapshotConfigurationResponse |
DisableFastLaunchResult.getSnapshotConfiguration()
Parameters that were used for faster launching for the Windows AMI before faster launching was turned off.
|
FastLaunchSnapshotConfigurationResponse |
EnableFastLaunchResult.getSnapshotConfiguration()
The configuration settings that were defined for creating and managing the pre-provisioned snapshots for faster
launching of the Windows AMI.
|
FastLaunchSnapshotConfigurationResponse |
DescribeFastLaunchImagesSuccessItem.getSnapshotConfiguration()
A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
|
FastLaunchSnapshotConfigurationResponse |
FastLaunchSnapshotConfigurationResponse.withTargetResourceCount(Integer targetResourceCount)
The number of pre-provisioned snapshots requested to keep on hand for a fast-launch enabled Windows AMI.
|
Modifier and Type | Method and Description |
---|---|
void |
DisableFastLaunchResult.setSnapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)
Parameters that were used for faster launching for the Windows AMI before faster launching was turned off.
|
void |
EnableFastLaunchResult.setSnapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)
The configuration settings that were defined for creating and managing the pre-provisioned snapshots for faster
launching of the Windows AMI.
|
void |
DescribeFastLaunchImagesSuccessItem.setSnapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)
A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
|
DisableFastLaunchResult |
DisableFastLaunchResult.withSnapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)
Parameters that were used for faster launching for the Windows AMI before faster launching was turned off.
|
EnableFastLaunchResult |
EnableFastLaunchResult.withSnapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)
The configuration settings that were defined for creating and managing the pre-provisioned snapshots for faster
launching of the Windows AMI.
|
DescribeFastLaunchImagesSuccessItem |
DescribeFastLaunchImagesSuccessItem.withSnapshotConfiguration(FastLaunchSnapshotConfigurationResponse snapshotConfiguration)
A group of parameters that are used for pre-provisioning the associated Windows AMI using snapshots.
|
Copyright © 2022. All rights reserved.