Uses of Class
software.amazon.awssdk.services.storagegateway.model.ServiceUnavailableErrorException
-
Packages that use ServiceUnavailableErrorException Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of ServiceUnavailableErrorException in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that throw ServiceUnavailableErrorException Modifier and Type Method Description default CreateSnapshotResponseStorageGatewayClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Initiates a snapshot of a volume.default CreateSnapshotResponseStorageGatewayClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Initiates a snapshot of a volume.default CreateSnapshotFromVolumeRecoveryPointResponseStorageGatewayClient. createSnapshotFromVolumeRecoveryPoint(Consumer<CreateSnapshotFromVolumeRecoveryPointRequest.Builder> createSnapshotFromVolumeRecoveryPointRequest)Initiates a snapshot of a gateway from a volume recovery point.default CreateSnapshotFromVolumeRecoveryPointResponseStorageGatewayClient. createSnapshotFromVolumeRecoveryPoint(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest)Initiates a snapshot of a gateway from a volume recovery point.
-