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