Uses of Interface
software.amazon.awssdk.services.storagegateway.model.TapeRecoveryPointInfo.Builder
-
Packages that use TapeRecoveryPointInfo.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of TapeRecoveryPointInfo.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return TapeRecoveryPointInfo.Builder Modifier and Type Method Description static TapeRecoveryPointInfo.BuilderTapeRecoveryPointInfo. builder()TapeRecoveryPointInfo.BuilderTapeRecoveryPointInfo.Builder. tapeARN(String tapeARN)The Amazon Resource Name (ARN) of the virtual tape.TapeRecoveryPointInfo.BuilderTapeRecoveryPointInfo.Builder. tapeRecoveryPointTime(Instant tapeRecoveryPointTime)The time when the point-in-time view of the virtual tape was replicated for later recovery.TapeRecoveryPointInfo.BuilderTapeRecoveryPointInfo.Builder. tapeSizeInBytes(Long tapeSizeInBytes)The size, in bytes, of the virtual tapes to recover.TapeRecoveryPointInfo.BuilderTapeRecoveryPointInfo.Builder. tapeStatus(String tapeStatus)The status of the virtual tapes.TapeRecoveryPointInfo.BuilderTapeRecoveryPointInfo. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type TapeRecoveryPointInfo.Builder Modifier and Type Method Description static Class<? extends TapeRecoveryPointInfo.Builder>TapeRecoveryPointInfo. serializableBuilderClass()
-