Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableFastSnapshotRestoresRequest.Builder
Packages that use EnableFastSnapshotRestoresRequest.Builder
Package
Description
-
Uses of EnableFastSnapshotRestoresRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableFastSnapshotRestoresRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.enableFastSnapshotRestores(Consumer<EnableFastSnapshotRestoresRequest.Builder> enableFastSnapshotRestoresRequest) Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.Ec2Client.enableFastSnapshotRestores(Consumer<EnableFastSnapshotRestoresRequest.Builder> enableFastSnapshotRestoresRequest) Enables fast snapshot restores for the specified snapshots in the specified Availability Zones. -
Uses of EnableFastSnapshotRestoresRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return EnableFastSnapshotRestoresRequest.BuilderModifier and TypeMethodDescriptionEnableFastSnapshotRestoresRequest.Builder.availabilityZoneIds(String... availabilityZoneIds) One or more Availability Zone IDs.EnableFastSnapshotRestoresRequest.Builder.availabilityZoneIds(Collection<String> availabilityZoneIds) One or more Availability Zone IDs.EnableFastSnapshotRestoresRequest.Builder.availabilityZones(String... availabilityZones) One or more Availability Zones.EnableFastSnapshotRestoresRequest.Builder.availabilityZones(Collection<String> availabilityZones) One or more Availability Zones.EnableFastSnapshotRestoresRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.EnableFastSnapshotRestoresRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) EnableFastSnapshotRestoresRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) EnableFastSnapshotRestoresRequest.Builder.sourceSnapshotIds(String... sourceSnapshotIds) The IDs of one or more snapshots.EnableFastSnapshotRestoresRequest.Builder.sourceSnapshotIds(Collection<String> sourceSnapshotIds) The IDs of one or more snapshots.EnableFastSnapshotRestoresRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableFastSnapshotRestoresRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends EnableFastSnapshotRestoresRequest.Builder>EnableFastSnapshotRestoresRequest.serializableBuilderClass()