Uses of Interface
software.amazon.awssdk.services.fsx.model.UpdateSnapshotResponse.Builder
-
Packages that use UpdateSnapshotResponse.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of UpdateSnapshotResponse.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return UpdateSnapshotResponse.Builder Modifier and Type Method Description static UpdateSnapshotResponse.BuilderUpdateSnapshotResponse. builder()default UpdateSnapshotResponse.BuilderUpdateSnapshotResponse.Builder. snapshot(Consumer<Snapshot.Builder> snapshot)Returned after a successfulUpdateSnapshotoperation, describing the snapshot that you updated.UpdateSnapshotResponse.BuilderUpdateSnapshotResponse.Builder. snapshot(Snapshot snapshot)Returned after a successfulUpdateSnapshotoperation, describing the snapshot that you updated.UpdateSnapshotResponse.BuilderUpdateSnapshotResponse. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type UpdateSnapshotResponse.Builder Modifier and Type Method Description static Class<? extends UpdateSnapshotResponse.Builder>UpdateSnapshotResponse. serializableBuilderClass()
-