Uses of Interface
software.amazon.awssdk.services.ec2.model.EnableFastSnapshotRestoresRequest.Builder
-
Packages that use EnableFastSnapshotRestoresRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of EnableFastSnapshotRestoresRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type EnableFastSnapshotRestoresRequest.Builder Modifier and Type Method Description default CompletableFuture<EnableFastSnapshotRestoresResponse>Ec2AsyncClient. enableFastSnapshotRestores(Consumer<EnableFastSnapshotRestoresRequest.Builder> enableFastSnapshotRestoresRequest)Enables fast snapshot restores for the specified snapshots in the specified Availability Zones.default EnableFastSnapshotRestoresResponseEc2Client. 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.Builder Modifier and Type Method Description EnableFastSnapshotRestoresRequest.BuilderEnableFastSnapshotRestoresRequest.Builder. availabilityZones(String... availabilityZones)One or more Availability Zones.EnableFastSnapshotRestoresRequest.BuilderEnableFastSnapshotRestoresRequest.Builder. availabilityZones(Collection<String> availabilityZones)One or more Availability Zones.static EnableFastSnapshotRestoresRequest.BuilderEnableFastSnapshotRestoresRequest. builder()EnableFastSnapshotRestoresRequest.BuilderEnableFastSnapshotRestoresRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.EnableFastSnapshotRestoresRequest.BuilderEnableFastSnapshotRestoresRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnableFastSnapshotRestoresRequest.BuilderEnableFastSnapshotRestoresRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnableFastSnapshotRestoresRequest.BuilderEnableFastSnapshotRestoresRequest.Builder. sourceSnapshotIds(String... sourceSnapshotIds)The IDs of one or more snapshots.EnableFastSnapshotRestoresRequest.BuilderEnableFastSnapshotRestoresRequest.Builder. sourceSnapshotIds(Collection<String> sourceSnapshotIds)The IDs of one or more snapshots.EnableFastSnapshotRestoresRequest.BuilderEnableFastSnapshotRestoresRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type EnableFastSnapshotRestoresRequest.Builder Modifier and Type Method Description static Class<? extends EnableFastSnapshotRestoresRequest.Builder>EnableFastSnapshotRestoresRequest. serializableBuilderClass()
-