Uses of Interface
software.amazon.awssdk.services.ec2.model.DisableFastSnapshotRestoreStateError.Builder
-
Packages that use DisableFastSnapshotRestoreStateError.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DisableFastSnapshotRestoreStateError.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DisableFastSnapshotRestoreStateError.Builder Modifier and Type Method Description static DisableFastSnapshotRestoreStateError.BuilderDisableFastSnapshotRestoreStateError. builder()DisableFastSnapshotRestoreStateError.BuilderDisableFastSnapshotRestoreStateError.Builder. code(String code)The error code.DisableFastSnapshotRestoreStateError.BuilderDisableFastSnapshotRestoreStateError.Builder. message(String message)The error message.DisableFastSnapshotRestoreStateError.BuilderDisableFastSnapshotRestoreStateError. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DisableFastSnapshotRestoreStateError.Builder Modifier and Type Method Description static Class<? extends DisableFastSnapshotRestoreStateError.Builder>DisableFastSnapshotRestoreStateError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DisableFastSnapshotRestoreStateError.Builder Modifier and Type Method Description default DisableFastSnapshotRestoreStateErrorItem.BuilderDisableFastSnapshotRestoreStateErrorItem.Builder. error(Consumer<DisableFastSnapshotRestoreStateError.Builder> error)The error.
-