Uses of Class
com.amazonaws.services.storagegateway.model.DeleteSnapshotScheduleResult
-
Packages that use DeleteSnapshotScheduleResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of DeleteSnapshotScheduleResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DeleteSnapshotScheduleResult Modifier and Type Method Description DeleteSnapshotScheduleResultAbstractAWSStorageGateway. deleteSnapshotSchedule(DeleteSnapshotScheduleRequest request)DeleteSnapshotScheduleResultAWSStorageGateway. deleteSnapshotSchedule(DeleteSnapshotScheduleRequest deleteSnapshotScheduleRequest)Deletes a snapshot of a volume.DeleteSnapshotScheduleResultAWSStorageGatewayClient. deleteSnapshotSchedule(DeleteSnapshotScheduleRequest deleteSnapshotScheduleRequest)Deletes a snapshot of a volume.Method parameters in com.amazonaws.services.storagegateway with type arguments of type DeleteSnapshotScheduleResult Modifier and Type Method Description Future<DeleteSnapshotScheduleResult>AbstractAWSStorageGatewayAsync. deleteSnapshotScheduleAsync(DeleteSnapshotScheduleRequest request, AsyncHandler<DeleteSnapshotScheduleRequest,DeleteSnapshotScheduleResult> asyncHandler)Future<DeleteSnapshotScheduleResult>AWSStorageGatewayAsync. deleteSnapshotScheduleAsync(DeleteSnapshotScheduleRequest deleteSnapshotScheduleRequest, AsyncHandler<DeleteSnapshotScheduleRequest,DeleteSnapshotScheduleResult> asyncHandler)Deletes a snapshot of a volume.Future<DeleteSnapshotScheduleResult>AWSStorageGatewayAsyncClient. deleteSnapshotScheduleAsync(DeleteSnapshotScheduleRequest request, AsyncHandler<DeleteSnapshotScheduleRequest,DeleteSnapshotScheduleResult> asyncHandler) -
Uses of DeleteSnapshotScheduleResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DeleteSnapshotScheduleResult Modifier and Type Method Description DeleteSnapshotScheduleResultDeleteSnapshotScheduleResult. clone()DeleteSnapshotScheduleResultDeleteSnapshotScheduleResult. withVolumeARN(String volumeARN)
-